-
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
Blank screen for new app, and no hot-reloading #16
Comments
Hello, this looks like a duplicate of #17, so I'm going to close this issue in the hope that we can continue discussion there. |
Hello, I also add this comment because my resolution step is reproductible. Fixing the warnings about the version of @react-native-async-storage/async-storage and react-native-get-random-values helped to resolve the problem. Local Context:
After installation, running
I first ignored the warnings by trying many other solutions like ejecting Expo. I felt I was leaving the solution behind me. Then I tried to fix the warnings. I upgraded all the libraries. It turns out that using the [email protected] introduced a conflict with WallectConnect internal configuration. So I decided to rollback to 9.6.4 but keeping upgraded the versions of @react-native-async-storage/async-storage and react-native-get-random-values. That's the way I fixed up the white screen issue |
seconded, upgrading both |
@blixit thanks bro |
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 don't why, but Ive tried to setup a project many times now, and all I get is a blank screen. It also never hot-reload when I change something in App file. Dont have a clue why!?
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.)
Run
npx create-react-native-dapp
commandRun
yarn start
Gives a blank screen and nothing else
The text was updated successfully, but these errors were encountered: