question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Splash Stays on the screen

See original GitHub issue

Splash 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:open
  • Created a year ago
  • Reactions:4
  • Comments:11

github_iconTop GitHub Comments

3reactions
Zontexcommented, Jul 10, 2022

Put [RNSplashScreen show]; at the end right before return YES;

@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];”

3reactions
lifwaniancommented, May 13, 2022

Put [RNSplashScreen show]; at the end right before return YES;

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found