Skip to content
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

Open
L-Jovi opened this issue Mar 10, 2017 · 5 comments
Open

couldn't I call SplashScreen show again? #39

L-Jovi opened this issue Mar 10, 2017 · 5 comments

Comments

@L-Jovi
Copy link

L-Jovi commented Mar 10, 2017

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.

@Jarred-Sumner
Copy link

experiencing this too! may submit PR later but we shall see

@parth19
Copy link

parth19 commented Jun 14, 2017

Exactly, I also tried finding quite a few ways to show splash screen when appState is background.
The closest I could come was using this react-native-splash-screen module, only to know that we can not use the show() method to show the Splash screen again :(

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. :)

@L-Jovi
Copy link
Author

L-Jovi commented Jun 18, 2017

@parth19 no idea :(

eventually I cover the same image on the top of layer when I switch to background.

@ryanvanderpol
Copy link

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.

@andrejunges
Copy link

andrejunges commented Nov 22, 2017

any updates?

@ryanvanderpol have you been able to do a workaround this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants