question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Expo Client iOS freezes on app splash screen when loading project from lan

See original GitHub issue
  1. I updated expo cli to latest version
  2. Then updated expo iOS client to latest version too
  3. On expo cli I created new empty project and made exp start --lan
  4. Then I sent link to my iOS by exp send
  5. Then opened that link on iOS
  6. Expo iOS begins loading project by showing splash screen…
  7. 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:closed
  • Created 5 years ago
  • Comments:27 (6 by maintainers)

github_iconTop GitHub Comments

4reactions
terriblebencommented, Apr 4, 2018

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.

image

4reactions
terriblebencommented, Mar 30, 2018

Hey all, I’ve succeeded in reproducing the error. Here’s what’s going on:

  1. Some error with the React Native packager happens before we can load your bundle
  2. There is a bug in our code which never hides your splash screen in this case.

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found