Facing white blank screen in iOS
See original GitHub issueDescription
In iOS device, when the app has been put in background overnight in recent apps and opening it in the next day causing the app the go blank white screen. But when it is killed and opened again it is working perfectly alright. This is happening even before the splash screen. Please refer the video to understand the issue. We have checked in local if there are any issues, however couldn’t able to replicate or find errors. In firebase crashlytics also there are no crashes for that user. Could you please help us understand why this happens and how to avoid this
Device Details :
iOS version : 15.3.1
device model : iPhone 13
Version
0.61.5
Output of npx react-native info
System: OS: macOS 11.6 CPU: (8) x64 Intel® Core™ i5-8257U CPU @ 1.40GHz Memory: 78.00 MB / 8.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 14.15.1 - /usr/local/bin/node npm: 6.14.8 - /usr/local/bin/npm Watchman: 2021.08.23.00 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 15.0, DriverKit 20.4, macOS 11.3, tvOS 15.0, watchOS 8.0 IDEs: Android Studio: 4.2 AI-202.7660.26.42.7486908 Xcode: 13.0/13A233 - /usr/bin/xcodebuild npmPackages: react: 16.9.0 => 16.9.0 react-native: 0.61.5 => 0.61.5 npmGlobalPackages: react-native-cli: 2.0.1
Steps to reproduce
After installing the app, putting in background for more than 12+ hrs and opening the next day causing to face the white blank screen.
Snack, code example, screenshot, or link to a repository
No response
Issue Analytics
- State:
- Created a year ago
- Comments:10
Top GitHub Comments
same problem 😦(
I resolved the problem by upgrading React Native at 0.65. I hope this will help you