Expo stuck on loading my app
See original GitHub issueDescription
After scanning the qrcode, Expo stuck on loading my app.
Expected Behavior
Expo should load my app.
Observed Behavior
Expo stuck in showing it’s loading icon, as shown below. Attention, the icon blinks all the time.
- At the beginning, the problem does not exist. But later it comes, and I don’t know why.
- The phone and mac is in the same network, and the phone can visit the address : http://myId:19000, which is shown on the terminal. The phone also can visit the JS bundle File, such as : http://myIp:19001/node_modules/react-native-scripts/build/bin/crna-entry.bundle?platform=ios&dev=true&strict=false&minify=false&hot=false&assetPlugin=expo/tools/hashAssetFiles
- I have tried reinstall the Expo APP and restart the
npm start
, it doesn’t work.
Environment
npm ls react-native-scripts
: @0.0.31npm ls react-native
: @0.44.3npm ls expo
: @17.0.0node -v
: v7.7.4npm -v
: v4.1.2yarn --version
: 0.20.3watchman version
: command not found
Also specify:
- Operating system: macOS Sierra 10.12.1
- Phone/emulator/simulator & version: Redmi Note 2, Android 5.0.2LRX22G
Reproducible Demo
The demo is here : https://github.com/youngwind/react-native-demo Any suggestion may help, thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:17 (1 by maintainers)
Top Results From Across the Web
App is stuck on Splash screen - Expo Development Tools
From March 21 2022 onwards the builds pushed to TestFlight and Google Play are not working. The app is stuck on the splash...
Read more >Expo app stuck on splash screen - No errors given
It now freezes on the splash screen without giving me any errors. I've tried pulling the previous build from GitHub, creating a completely...
Read more >React native expo based app got st… | Apple Developer Forums
React native expo based app got stuck at splash screen, after installing from testflight ... The App is working fine, when i run...
Read more >Expo Stuck on Splash Screen - Jorge Colon Consulting
Expo Stuck on Splash Screen. I tried everything and no one knew the answer, but finally figured out why my Expo app was...
Read more >5 common errors found in a React Native app (using Expo)
One of our projects uses Expo as a tool to handle some of the React Native complexities like: library errors (the package not...
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
Had the same problem, and completely closing the expo app and reopening it again works for me.
Im having the same problem, I’ve cleared the cache, reinstalled the app…nothing. loads to 100% then just hangs there for about 5 minutes before crashing with no errors. Even stranger, my app was working fine with expo yesterday, and i haven’t changed any code.