Doyin Olarewaju
Doyin Olarewaju
Here is my code of course after importing it and including it in my module. One more thing worth mentioning is that the app is lazy loaded. `import {SelectModule} from...
@cdiddy77 thank you for the alternative its absolutely necessary. However I ran into another issue, actually a recurring one, I keep getting this error `null is not an object(evaluating 'RNRandomBytes.seed')`...
Thank @cdiddy77 .. used `yarn why` and I think the issue is coming from the wallet connect crypto library. I've followed your setup a few times and still get exactly...
Thank you.. here is a codesandbox [https://codesandbox.io/s/l2pnn5](https://codesandbox.io/s/l2pnn5)
> Happy to take a look Thank you @cdiddy77 .. this works now. Apparently it can only work in a project with native module capability. I tried it using the...
> @gate3 What was the change that worked for you in the end regarding the `null is not an object(evaluating 'RNRandomBytes.seed')` error? I have the same issue and had a...
>  > > im facing that issue, i do this steps [#753 (comment)](https://github.com/WalletConnect/walletconnect-monorepo/issues/753#issue-1126720686) and put the "require("node-libs-react-native/globals.js");" in App.js (im using Expo) and then the other instructions of [quick...
Just putting this here in case anybody needs it.. its bootstrapped and ready to go. Already has walletConnect and ethersjs installed. Bare Workflow [https://github.com/weedle-app/weedle-expo-bare-workflow](https://github.com/weedle-app/weedle-expo-bare-workflow) Managed Workflow [https://github.com/weedle-app/weedle-expo-managed-workflow](https://github.com/weedle-app/weedle-expo-managed-workflow)
Yeah, i'm not so sure this issue belongs here.. Since this isn't your app, the bug could have been caused by any number of issues you are not aware of.
Also facing this issue.