Could not show splash screen again on iOS.
See original GitHub issueMy 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:
- Created 5 years ago
- Comments:6 (1 by maintainers)
Top 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 >
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 Free
Top 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
Being able to call
SplashScreen.show()
should really be implemented@hpmax00 I’m not sure what your mean. I have used it on Android, it works fine.