App does not load in expo (android - Xiomi MI Max phone)
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
It should load application home screen
I see spinner but nothing else.
No errors in the terminal. I see "Finished building JavaScript bundle in 3085ms"
Please run these commands in the project folder and fill in their results:
npm ls react-native-scripts:1.3.0npm ls react-native:0.47.2npm ls expo:node -v:v6.10.1npm -v:3.10.10yarn --version: not installedwatchman version: not installedAlso specify:
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.
Most helpful comment
What worked for me was to go to
Apps -> Expo -> Storage -> Clear Datathen I reconnected after that.