react-native-splash-screen: Splash screen not working on iOS13/RN 0.60
Run react-native info in your project and share the content.
⋊> ~/c/w/mobile on feature/addFriendIntegration ⨯ react-native info 10:21:05 info React Native Environment Info: System: OS: macOS 10.14.5 CPU: (4) x64 Intel® Core™ i5-5350U CPU @ 1.80GHz Memory: 233.89 MB / 8.00 GB Shell: 3.0.2 - /usr/local/bin/fish Binaries: Node: 8.11.3 - /usr/local/bin/node Yarn: 1.15.2 - /usr/local/bin/yarn npm: 6.9.0 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 12.2, macOS 10.14, tvOS 12.2, watchOS 5.2 Android SDK: API Levels: 25, 26, 27, 28, 29 Build Tools: 28.0.3, 29.0.0 System Images: android-28 | Google Play Intel x86 Atom, android-Q | Google APIs Intel x86 Atom IDEs: Android Studio: 3.4 AI-183.6156.11.34.5522156 Xcode: 10.2.1/10E1001 - /usr/bin/xcodebuild npmPackages: react: 16.8.3 => 16.8.3 react-native: 0.59.3 => 0.59.3 npmGlobalPackages: react-native-asset: 1.1.3 react-native-cli: 2.0.1
What react-native-splash-screen version are you using?
"react-native-splash-screen": "^3.2.0",
What platform does your issue occur on? (Android/iOS/Both) iOS13
Describe your issue as precisely as possible :
-
Steps to reproduce the issue or to explain in which case you get the issue I installed iOS 13 on my phone and the splash screen doesn’t stays until it is hidden by js code (blank screen flashing is back again)
-
Interesting
logsNone
Join a screenshot or video of the problem on the simulator or device?

Today I updated my iPhone7 to iOS 13 and the splash screen is no longer working on my app.
About this issue
- Original URL
- State: open
- Created 5 years ago
- Reactions: 9
- Comments: 26
@mahomahoxd @simonwalker-celadin You can try to add this in
ios/*.xcodeproj/project.pbxproj:it works for me, Reference to Xcode 10.
For the ones still having issues, try this if your splash screen is giving you white or dark screen depending on your system color and not the actual custom splash screen:
Can anyone help me for me using
[RNSplashScreen show]shows up a black screen and if I use[RNSplashScreen showSplash:@"LaunchScreen" inRootView:rootView]app is getting crashedSame problem here with RN 0.60.4 on iOS 12.3.1
Edit: in my case using
[RNSplashScreen showSplash:@"LaunchScreen" inRootView:rootView]instead of[RNSplashScreen show]is working
Confirmed on iPhone 6S.
Can anyone help me for me using [RNSplashScreen show] shows up a black screen and if I use [RNSplashScreen showSplash:@“LaunchScreen” inRootView:rootView] app is getting crashed
This is the same as I am getting, help or a solution would be really good.
In my case, the splash screen appears, but it doesn’t hide.
I’m getting the same blank black screen using
[RNSplashScreen show]and if I tried[RNSplashScreen showSplash:@"LaunchScreen" inRootView:rootView]Got this errorUse of undeclared identifier 'rootView'RN version 0.61.1Same for me, any solutions?
FYI, I am facing this same issue with RN 0.60.4 on iOS 12