'React Native and WalletConnect (Uncaught Error: null is not an object (evaluating 'RNRandomBytes.seed'))

I want to use WalletConnect on my ReactNative app. As the WalletConnect docs say, I'm using npx rn-nodeify --install --hack (for introducing support for Web3) in an existing project.

Of course, I'm following these docs (which are indicated on the page of WalletConnect) but every time I run this app, I received

Uncaught Error: null is not an object (evaluating 'RNRandomBytes.seed')

on screen. Is there anyway to solve this?

I´m using expo on android.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source