At the top of one of the node_modules utilized in my project, there is a line that reads:
let RNRandomBytes = require('react-native').NativeModules.RNRandomBytes
However, I've noticed that require('react-native').NativeModules seems to be an empty object {}. What steps should I take next?
The specific package I am trying to integrate is 'react-native-secure-randombytes'.
If anyone has encountered this issue before, any guidance would be greatly appreciated.
Thank you