(react-native-dapp) Unable to connect to wallet
See original GitHub issueI installed the @walletconnect/react-native-dapp
package, but on calling the connect()
function, I get this error:
TypeError: undefined is not an object (evaluating 'this._qrcodeModal')
.
I’m running the app on a physical Android device. The code for the app is available here: https://github.com/overthq/Quiz
. I call the connect
function here.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Cannot connect the wallet with @walletconnect/react-native ...
I setup wallet connect following the docs https://docs.walletconnect.com/1.0/quick-start/dapps/react-native , it working , but linking to ...
Read more >Wallet linking fails on Android · Issue #12 - GitHub
I created a new project with create-react-native-dapp today, and having problems connecting to a wallet with the button in the app.
Read more >Connect crypto wallet with react native : r/reactnative - Reddit
Hi, does anyone have experience or know how to connect a crypto wallet to a mobile app with react native? I know it...
Read more >WalletConnect (Metamask Mobile) configuration with React ...
Connect React Native (expo or xcode) Mobile App to Metamask Mobile Application with the help of Walletconnect.
Read more >@walletconnect/react-native-dapp - npm
A drop-in library which helps easily connect your React Native ... able to make a call to useWalletConnect directly from the App component....
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
Great! Thanks so much.
Hey @cawfree. Thanks so much for your help (especially pulling the repo). I tried your suggestion, and it seems it might not be the issue. Here’s what the stack trace looks like (not sure if it exposes a whole lot, as it doesn’t point to any files in the @walletconnect/react-native-dapp package). I’m starting to think it might be an error in my implementation.
By the way, this has been my best experience reporting an issue with any package (especially in the React Native community)!