In one of the node_modules that I'm using in my project at the top of the file it says:
let RNRandomBytes = require('react-native').NativeModules.RNRandomBytes
Unfortunately, it appears that require('react-native').NativeModules is an empty object {}. How can I proceed from here?
The package that I'm trying to use is: 'react-native-secure-randombytes'.
If anyone has experience with this I'd really appreciate it.
Thanks