-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't load dapp on Expo #30
Comments
Bumping this, I'm encountering the same issue. |
Bump. Also seeing something similar. Runs okay on a simulator, but shows nothing but a blank white screen in Expo Go. Edit: See this post here. It looks like |
Similar issue i run yarn start and then my anroid app screen has big white screen |
Hey all I was able to make a bare bones example that uses |
@clxyder hey it's working on android (i'm using huawei). Also, How can i make transaction and sign contract processes? |
Works on my iOS device. Would you care to outline some of the steps you took to get Web3 working with React Native? I see most have to eject and run |
@mertcankose Thank you for confirming that it also works on Android. Hmm it's just an example how to get WalletConnect working on Expo Go, you might be able to sign transactions if you add Moralis (https://github.com/ethereum-boilerplate/ethereum-react-native-boilerplate) and interact with a testnet. If you are able to forward the port to you LAN you should be able to access the hardhat node that way. @epshtielsl Awesome yea I dropped a link in the README, but TLDR we can use babel/metro to map unsupported packages to ones that are supported as defined in |
i have a same issue but you're walletconnet example works well. thank you ! |
@clxyder |
Hey @happyeric77 I am glad you where able to get help from Gen! https://forum.moralis.io/t/ethereum-react-native-boilerplate-questions/4511/145?u=cwong Thanks again. |
These are on simulator This is on my android device these are on my ios device Do you guys have any idea to fix this ? |
Hey @somewheregreeny thanks sharing your fix. Yea @safakyavsan it has something to do with deep links not being properly setup in |
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
. Icd
intomy-react-dapp
and runyarn 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.I am working on an M1 mac. Node version 16.13.0
The text was updated successfully, but these errors were encountered: