Create-react-native-app: expo doesn't load app

Created on 29 Aug 2017  路  12Comments  路  Source: expo/create-react-native-app

App does not load in expo (android - Xiomi MI Max phone)

Description

Followed the process described in Readme. I can see QR code, scanned it in expo app. I just see a spinner and application does not load home screen

Expected Behavior

It should load application home screen

Observed Behavior

I see spinner but nothing else.

No errors in the terminal. I see "Finished building JavaScript bundle in 3085ms"

Environment

Please run these commands in the project folder and fill in their results:

  • npm ls react-native-scripts:1.3.0
  • npm ls react-native:0.47.2
  • npm ls expo:
  • node -v:v6.10.1
  • npm -v:3.10.10
  • yarn --version: not installed
  • watchman version: not installed

Also specify:

  1. Operating system: Windows 10 Pro
  2. Phone/emulator/simulator & version: Android 7.0 - Xiomi MI Max

Most helpful comment

What worked for me was to go to Apps -> Expo -> Storage -> Clear Data then I reconnected after that.

All 12 comments

I am currently facing the same problem, did you fixed it ?

Same situation here

Same here

I'm having the same problem.

It may not help many people, but shutting down and restarting the Expo app fixed this for me.

Hi! Can you try again on a newer version of CRNA & Expo? If it still hangs after the Downloading JavaScript Bundle... phase, then please report back and we'll reopen this issue.

I'm having this same issue but just in the phone, in the emulator the app works fine. Im devoloping in ubuntu 17.10, my phone is a moto e 2d generation. Do you have any news? Did you all solved the problem?

Please try changing the metrics (priority) of networks and restarting PC.

What worked for me was to go to Apps -> Expo -> Storage -> Clear Data then I reconnected after that.

Can confirm @justingosan's solution fixes the problem.

Also confirming @justingosan's solution worked.

I hope this will help somebody: I have that problem when use marginHorizontal property with percentage values in react-native-extended-stylesheet, i. e. marginHorizontal: '10%' and changing it to numeric values solves the problem. I'm not sure if this is a problem with EStyleSheet.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

noelweichbrodt picture noelweichbrodt  路  3Comments

mwq27 picture mwq27  路  5Comments

THPubs picture THPubs  路  4Comments

FezVrasta picture FezVrasta  路  3Comments

JackWReid picture JackWReid  路  4Comments