App running on ios14 shows white screen instead of splash screen
See original GitHub issueRun 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 :
- Steps to reproduce the issue or to explain in which case you get the issue
- 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:
- Created 3 years ago
- Comments:8
Top 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 >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 FreeTop 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
Top GitHub Comments
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>
Yes, I guess that’s the only option we are left with