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.

App running on ios14 shows white screen instead of splash screen

See original GitHub issue

Run react-native info in your project and share the content.

What react-native-splash-screen version are you using? 3.2.0

What platform does your issue occur on? (Android/iOS/Both) ios 14

Describe your issue as precisely as possible :

  1. Steps to reproduce the issue or to explain in which case you get the issue
  2. Interesting logs

RN 61.5, xcode 11.7 (not yet upgraded to xcode 12) App running on ios14 shows white screen instead of splash screen on devices running io14. On prior iOS all is good.

Any ideas?

Join a screenshot or video of the problem on the simulator or device?

Show us the code you are using?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
asplogiccommented, Oct 31, 2020

Looks like in ios 14, you can add a “Launch Screen” property to set the splash image, background, etc… You can read more about it here https://useyourloaf.com/blog/dropping-launch-storyboards/

Also, not sure why naming the image LaunchScreen works but SplashImage didn’t. This is the entry from the plist: <key>UILaunchScreen</key> <dict> <key>UIImageName</key> <string>LaunchScreen</string> </dict>

0reactions
aditya3vedicommented, May 29, 2021

Yes, I guess that’s the only option we are left with

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Solved]-White screen appears instead of splash screen
The white screen has been cause for issue for many years. When I had the issue, I searched Google relentlessly and quickly realised...
Read more >
iOS App- LaunchScreen.storyboard displays white on ios 14.2
Solution 2: Place your splash screen image outside the Images.xcassets folder. (But the issue with this approach is if you are supporting Dark ......
Read more >
Xcode runs app show blank screen | Apple Developer Forums
Xcode runs app show blank screen · Check the mark of "is Initial view controller" at Main.storyboard · Cancel the mark of "is...
Read more >
App shows white screen after splash screen on iOS 14
I've perused the forum but have yet to find a solution to my problem. My Ionic Capacitor app works fine in the iOS...
Read more >
How to remove the white screen just before the splash screen ...
There's a concept known as the "preview window" in android which serves a basic purpose of faking a fast launch of app when...
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