Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Downloading JavaScript Bundle 100.00%

Tags:

react-native

when i was enable debug remote JS in App Developer Menu(React-Native). Expo app is Stucked it showing Downloading JavaScript Bundle 100.00%

like image 280
Santhosh Avatar asked Feb 13 '18 07:02

Santhosh


2 Answers

Having the same problem, what helped me was going to the Expo menu (e.g., by shaking the phone on iOS), and there chose the "Debug Remote JS" and then going to the Expo menu again, and chose "Stop Remote Debugging".

After doing this cycle once (or maybe twice) the app was loaded. Hope this helps!

The Expo sdk version is 28.0.0 and client version is 2.7.0.1016186.

like image 58
Behnam Kamrani Avatar answered Oct 16 '22 13:10

Behnam Kamrani


I have encountered this issue and what i've done is

  • Open Recent apps
  • close expo app
  • open expo app
  • open your project

In my case it worked

like image 38
Rashid Abdulla Avatar answered Oct 16 '22 13:10

Rashid Abdulla