Closed rjkz808 closed 4 years ago
this seems to be specific to your machine, could you try creating a new emulator?
closing but if you have more info please let me know and i can reopen. unable to reproduce this
I run on a moto g and have the same issue :( half an hour coding and 4 hours trying to solve this problem, no success!
I now have the same issue on my react native project. I have this error both when trying to run in xcode simulator and on a real iPhone scanning the QR-code. It was working fine a couple of days ago, but now even when I try to revert my commits to that point it still gets stuck at 'Downloading JavaScript bundle 100.00%'
I am also having the same issue, any fixes?
I am having same issue. Developing in Ubuntu 18 with iPhone 8 with iOS version 13.3.1. I was following this tutorial https://i-verve.com/blog/build-an-ecommerce-mobile-app-with-react-native to build my first app but it struck.
I'm also running into this issue while I'm running on the device. I can actually use the app but the 'Downloading Javascript bundle 100.00%' is always stuck at the bottom of the screen. IOS 14.0.1, expo-cli 3.28.5, node 15.1.0, react-native 39.0.3.
same here as @seanraad123 mentioned. App builds but still have 'Downloading Javascript bundle 100.00%' hanging at the bottom
same here :-( anyone solved this?
@kpose @thekosmix - this could happen because your app errors before the splash screen is hidden, and so nothing is rendered and it stays up indefinitely. you should use the normal debugging techniques that you would use to find out where the problem is coming from in your app
I am in full support with @brentvatne, I just encountered the error and looked everywhere could not find the solution too, but I first did was to update expo on playstore, then i started commenting my code from the app then it working fine, then i walked down my tree till I found the error.
Description
expo start
in a clean project created byexpo init
gets stuck atDownloading JavaScript bundle 100.00%
when running on Android Emulator.I've created new expo app by running
Then I've started expo UI with:
Then in expo UI I've pressed
Run on Android device/emulator
. It has opened Expo Client on my AVD, but it just got stuck. I haven't changed anything related to configuration and application source code, I've started expo app right after it has been initialized.package.json
content:App.js
content:Expected Behavior
I've expected that created app will be launched on my AVD.
Observed Behavior
Environment
Output of
expo diagnostics
:My AVD is
Nexus 6 API 29
, withAndroid 10.0 (Google APIs)
created by Android Studio.