Expo client app stuck at "Building JavaScript bundle... 100%"
See original GitHub issueDescription
I have scanned the QR code and the console says “Finished building JavaScript bundle in X ms”, but my app does not load on the Expo client.
Expected Behavior
It should load my app which shows “Hello World”
Observed Behavior
Expo client stuck at loading screen
If there’s an error message, please paste the full terminal output and error message in this code block:
Building JavaScript bundle... 100%
Environment
Please run these commands in the project folder and fill in their results:
npm ls react-native-scripts
: react-native-scripts@1.3.1npm ls react-native
: react-native@0.47.2npm ls expo
: expo@20.1.2 `-- UNMET PEER DEPENDENCY react@>=15.3.1node -v
: v7.10.0npm -v
: 4.2.0yarn --version
: not installedwatchman version
: 4.7.0
Also specify:
- Operating system: Ubuntu 16.04
- Phone/emulator/simulator & version: Moto G 1st Gen - Android Lollipop
Issue Analytics
- State:
- Created 6 years ago
- Reactions:42
- Comments:41 (4 by maintainers)
Top Results From Across the Web
React Native Expo - stuck at "downloading javascript bundle"
All of a sudden, Expo decided to do this. It says "downloading javascript bundle" at 100%, yet it will not load my app....
Read more >react native downloading javascript bundle 100% stuck-Reactjs
[Solved]-react native downloading javascript bundle 100% stuck-Reactjs · Go to settings in mobile >> Installed Apps >> choose your app and click on...
Read more >Debugging - Expo Documentation
Learn about different techniques and tools available to debug your Expo project.
Read more >Expo client app stuck at "Building JavaScript bundle... 100%"
Description. I have scanned the QR code and the console says "Finished building JavaScript bundle in X ms", but my app does not...
Read more >How Run and Test React Native / Expo On Your Apple iOS ...
expo — build, deploy, and quickly iterate on native iOS and Android apps from the same JavaScript codebase axios — Promise based HTTP...
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
I think I found my issue, might have been
pause on exception
in remote debugging tools.Hi! Please try on a fresh project with the newest CRNA and Expo – you should get more feedback from the loading screen now. Report back if you’re still having issues and we’ll reopen.