Expo Client iOS freezes on app splash screen when loading project from lan
See original GitHub issue- I updated expo cli to latest version
- Then updated expo iOS client to latest version too
- On expo cli I created new empty project and made
exp start --lan
- Then I sent link to my iOS by
exp send
- Then opened that link on iOS
- Expo iOS begins loading project by showing splash screen…
- And nothing happens after!
What am I doing wrong? (Windows 7 x64, iOS 11.2.5, node 8.9.1, Yarn 1.5.1)
update: all is OK on android
update 2: tested on another iOS device, same issue
Issue Analytics
- State:
- Created 5 years ago
- Comments:27 (6 by maintainers)
Top Results From Across the Web
App is stuck on Splash screen - Expo Development Tools
From March 21 2022 onwards the builds pushed to TestFlight and Google Play are not working. The app is stuck on the splash...
Read more >Expo app stuck on splash screen - No errors given
It now freezes on the splash screen without giving me any errors. I've tried pulling the previous build from GitHub, creating a completely...
Read more >How Run and Test React Native / Expo On Your Apple iOS ...
5. Launch iOS Simulator from Expo in localhost mode, open expo app on iOS and launch the project. 6. In iOS Simulator go...
Read more >React native expo based app got st… | Apple Developer Forums
React native expo based app got stuck at splash screen, after installing from testflight. The App is working fine, when i run it...
Read more >Expo Stuck on Splash Screen - Jorge Colon Consulting
I tried to drop my node_modules folder and npm install everything again. That didn't work. I thought maybe my Expo app had some...
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 Free
Top 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
Hey everyone, please update to the newest version of
exp
or XDE (released less than an hour ago) and see if it fixes this issue for you.This fix should help most people, but it may not unblock the issue for everyone. If you have tried updating to the newest exp and are still seeing the same issue, please post here with as much information as you can.
Update: If you’re still experiencing the issue, make sure you have our latest build (2.4.6 simulator, 2.4.7 app store) and try again. At the minimum, you should get a better error message.
Hey all, I’ve succeeded in reproducing the error. Here’s what’s going on:
For
#1
, one possible cause is if the path to your project contains spaces. We found a bug where we are not properly encoding paths with spaces (sorry) and this leads to#1
happening.So, for some people reading this issue, you may be unblocked by using a project path with no spaces, and making sure the packager doesn’t display any errors when it starts.
However, there could be other causes of
#1
, so that advice won’t work for everyone. I’m working on a fix for both#1
and#2
right now.Update: See the next reply below