Splash Stays on the screen
See original GitHub issueSplash stays on the screen i.e it doesn’t let the component render
Started happening only after the version upgrade of react-native from 63 to 68
Version:
"react-native-splash-screen": "^3.2.0",
"react-native": "^0.68.1",
Specifically happening on Android
Activity
override fun onCreate(savedInstanceState: Bundle?) {
SplashScreen.show(this,true)
super.onCreate(savedInstanceState)
}
Index.js
componentDidMount(){
SplashScreen.hide()
}
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:11
Top Results From Across the Web
Computer stuck on BIOS Splash Screen - The Windows Club
Computer stuck on BIOS Splash Screen · 1] Initial checklist · 2] Startup Repair computer using Installation Media · 3] Restore BIOS to...
Read more >Fix app stuck on the splash screen on iOS - MacVangelist
Steps to fix app stuck on the splash screen on iOS · Step 1 – Disable your Internet connection, wait 10 seconds and...
Read more >Fix Windows Stuck on Splash Screen - TechCult
Fix Windows Stuck on Splash Screen · Method 1: Try System Restore in Safe Mode · Method 2: Disable all startup programs in...
Read more >PC Stuck On Motherboard Boot Screen [Solved]
How can I fix a PC stuck on Boot screen? · 1. Restart Your PC · 2. Boot in Safe Mode · 3....
Read more >App is stuck on Splash screen - Expo Development Tools
From March 21 2022 onwards the builds pushed to TestFlight and Google Play are not working. The app is stuck on the splash...
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
@lifwanian I have the exact same issue on android release varient, debug works fine. where to find “return YES;” ? not sure where to add the line “[RNSplashScreen show];”
Put
[RNSplashScreen show];
at the end right beforereturn YES;