Screen Recoding #23930
Labels
Bug
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
🐛 Bug Report
I am trying to implement screen recording but NodeModules object is coming blank
To Reproduce
import {NativeModules} from 'react-native';
const { RecorderManager } = NativeModules;
console.log(NativeModules) - object {} (i.e. blank object)
Expected Behavior
NativeModules object should have RecorderManager.
The text was updated successfully, but these errors were encountered: