I created an empty project and installed react-native-randombytes. However, i'm getting a require cycle warning as
Require cycle: node_modules\react-native-randombytes\index.js -> node_modules\sjcl\sjcl.js -> node_modules\react-native-crypto\index.js -> node_modules\react-native-randombytes\index.js
To reproduce this, create an empty project and use randomBytes import from react-native-randomBytes.