Failed init SignClient in React Native
See original GitHub issueDescribe the bug
{"context": "client"} this.events.getMaxListeners is not a function. (In 'this.events.getMaxListeners()', 'this.events.getMaxListeners' is undefined)
Issue Analytics
- State:
- Created a year ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
SignClient.init failed (React-Native) WalletConnectV2 #1753
I have done import "@walletconnect/react-native-compat"; on my App.js file. Here is my code: import SignClient from "@walletconnect/sign-client";.
Read more >react native init failed - node modules - Stack Overflow
I did all remove a node, update node, removed react-native-CLI, and update it and it was fixed for some time. but I was...
Read more >Troubleshooting - React Native
These are some common issues you may run into while setting up React Native. If you encounter something that is not listed here, ......
Read more >React Native - Rollbar Docs
Integrating this library with your React Native codebase requires the following steps: Install the package from NPM. npm install rollbar-react-native --save. or
Read more >React Native integration guide - Bugsnag docs
The CLI will walk you through: Installing Bugsnag package dependencies; Adding your API key to the native configuration files; Initializing Bugsnag in the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Updating the
events
package to its latest version helped. Runnpm i events@3.3.0
.getting the same error.
any updates guys?