Skip to content

Commit

Permalink
Update splash-screen-hanging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsmth authored Jun 2, 2021
1 parent 771672d commit 3c88b22
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion splash-screen-hanging.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ async function loadResourcesAsync() {
If either `await loadStoredDataAsync()` or `await loadFontsAsync()` throw an exception, you will never reach the `SplashScreen.hideAsync()` call.

In other words, if you have an unresolved promise or anything that will prevent `hideAsync()` from being called, then you'll be stuck on the splash screen indefinitely. Often, you can verify what is going wrong by checking the terminal logs:

<img src="./assets/splash-screen-hanging/error-console.png" width="300" alt="Error Console" />


### Still stuck?

Refer to the ["Manual debugging" guide](https://expo.fyi/manual-debugging) to learn more about how you can go about narrowing down the root cause of the problem in your unique circumstances.
<img src="./assets/splash-screen-hanging/error-console.png" width="300" alt="Error Console" />


0 comments on commit 3c88b22

Please sign in to comment.