Blank white screen when foreground app
See original GitHub issueReact Native version:
Steps To Reproduce
- Turn on app
- Put app to background
- Wait for long time
- Turn on again app
- This time, blank white screen show up
Note: app released and put to store ch-play
System: OS: Windows 10 10.0.17763 CPU: (8) x64 Intel® Core™ i7-4720HQ CPU @ 2.60GHz Memory: 6.98 GB / 15.89 GB Binaries: Node: 12.10.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.19.1 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 6.10.3 - C:\Program Files\nodejs\npm.CMD SDKs: Android SDK: API Levels: 23, 24, 25, 26, 27, 28 Build Tools: 23.0.1, 26.0.1, 26.0.3, 27.0.3, 28.0.2, 28.0.3, 29.0.1, 29.0.2 System Images: android-26 | Intel x86 Atom, android-26 | Google APIs Intel x86 Atom, android-26 | Google Play Intel x86 Atom, android-27 | Intel x86 Atom, android-27 | Google APIs Intel x86 Atom, android-28 | Google APIs Intel x86 Atom, android-28 | Google Play Intel x86 Atom Android NDK: 20.0.5594570 IDEs: Android Studio: Version 3.5.0.0 AI-191.8026.42.35.5791312 npmPackages: react: 16.9.0 => 16.9.0 react-native: 0.61.5 => 0.61.5
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:17
Top GitHub Comments
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community’s attention? This issue may be closed if no further activity occurs. You may also label this issue as a “Discussion” or add it to the “Backlog” and I will leave it open. Thank you for your contributions.
We found out later that we have a setting for Expo auto update which had an invalid URL and the app stopped loading the JS bundle. We removed the auto update feature from expo and the white screen issue is gone.