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.

Could not show splash screen again on iOS.

See original GitHub issue

My application have a function that need to “reload js”. So I want to use “react-native-restart” with “react-native-splash-screen”. They work fine on Android. But I found that it would not show splash screen when I call SplashScreen.show() from js on iOS. I have looked the native code for iOS, it’s just a waiter in show(), it’s very different from Android.

It that any solution for my requirement? Whatever, I think it should be explained in README, it cost me a lot of time.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
kodiecommented, Nov 13, 2018

Being able to call SplashScreen.show() should really be implemented

0reactions
PMExtracommented, Aug 10, 2018

@hpmax00 I’m not sure what your mean. I have used it on Android, it works fine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Splash Screen is not shown when iP… - Apple Developer
I use Launch Screen.storyboard to show Splash Screen in xcode11. When iPhone has only Debug App or Release App,Splash Screen is shown.
Read more >
iOS Splash Screen not showing up on device - strange issue
Uninstalling the app from Simulator/ iPhone helped to fix this issue.
Read more >
flutter_native_splash | Flutter Package - Pub.dev
It may be caused by an iOS splash caching bug, which can be solved by uninstalling your app, powering off your device, power...
Read more >
Create a Splash Screen - Expo Documentation
Now re-open the Expo Go app and launch your project, you should see your new splash screen. There may be a delay before...
Read more >
Flutter - Splash Screen for Android and iOS - AppUnite
TIP 1: If you can't see changes to your splash screen, try to delete the app from the phone/simulator, restart the phone/simulator, ...
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