Splash screen not working on iOS13/RN 0.60
See original GitHub issueRun 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
logs
None
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.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:9
- Comments:26
Top GitHub Comments
@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: