Can't load dapp on Expo
See original GitHub issue-
I’m submitting a … [x] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use this project
-
Summary
I set up the project using npx create-react-native-dapp
. I cd
into my-react-dapp
and run yarn web
. It seems like the build hangs. If I try to scan the displayed QR code with Expo, its the blue screen that says “Something went wrong.”
When I run expo start
, the project seems to build, but when I scan the QR code with Expo Go on my android device, nothing is displayed–there is a blank screen. There are no error messages. Same thing happens when I try to run the app on the iOS simulator.
- Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
I am working on an M1 mac. Node version 16.13.0
Issue Analytics
- State:
- Created 2 years ago
- Comments:13
Top Results From Across the Web
Can't load expo app: Something went wrong - Stack Overflow
Go to Settings > Apps > Application Manager > Expo · Scroll down to Draw over other apps and toggle it off and...
Read more >[Solved] Trust Wallet Removed DApp Browser on iOS (EASY ...
Your browser can't play this video. Learn more. Switch camera.
Read more >How to Connect DApp to Trust Wallet (New DApp ... - YouTube
In this video, I show you how to connect your Trust Wallet to PancakeSwap & other popular DApps using WalletConnect.
Read more >How to Enable DApp Browser to Trust Wallet? - YouTube
In order to enable the browser on trust wallet, tap open your trust wallet application first. Once you open up your app and...
Read more >How to Enable the Trust Wallet DApp Browser - Cryptoglobe
Once the app loads, go to Settings, which is at the bottom navigation bar. · Click on Preferences and then enable the DApp...
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
@safakyavsan
I fix it by comment out some codes in WalletConnectProvider.js Go to node_modules/@walletconnect/react-native-dapp/dist/providers/WalletConnectProvider.js
Comment out codes like this then it works
Hey @somewheregreeny thanks sharing your fix. Yea @safakyavsan it has something to do with deep links not being properly setup in
expo go
.