-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
couldn't I call SplashScreen show again? #39
Comments
experiencing this too! may submit PR later but we shall see |
Exactly, I also tried finding quite a few ways to show splash screen when appState is background. It is giving "_reactNativeSplashScreen2.default.show is not a function" error. @Jarred-Sumner can you give me idea to solve this error and let me know if my required feature is possible or not with current build? @L-Jovi Are you able to find anything else to solve this issue? How did you implement the "Show splash screen when app is in background" feature? Thank you for your time. :) |
@parth19 no idea :( eventually I cover the same image on the top of layer when I switch to background. |
I'd also like to have the ability to show the splash screen again from the RN side. I use CodePush to do OTA updates that restarts the RN part of my app when restoring from the background when an update is applied, which I'd like to hide by showing the splash screen. |
any updates? @ryanvanderpol have you been able to do a workaround this issue? |
hi, thanks for your smart project,
I want to implement that show SplashScreen again when app switch to background, I try to call the method in
applicationDidEnterBackground
but failed.what should I do?
thanks for your time.
regards.
The text was updated successfully, but these errors were encountered: