-
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
[IOS ISSUE]: SplashScreen.show() not working on iOS after react-native layer running #661
Comments
Hi guys, I have the following configuration: react-native: 0.76.5 I'm experiencing the same issue. I tried adding Does anyone have a solution for this? |
I tried this #637 (comment) solution. And it works for me! @saladestomateoignon Try this solution once. It might help you. Thanks! |
🚀 Consider Using Hey there! 👋 If you're facing issues with ✅ Why switch to
Check it out & give it a try! 🚀✨ |
me too |
me too ... react-native: 0.76.5 react-native-splash-screen: ^3.3.0 it works on Android, but not on iOS ... my app shows no launch screen image ... |
Hello guys,
I have the following config:
My AppDelegate.mm looks like this:
After my app booted, I am able to hide by calling SplashScreen.hide() inside a useEffect, like this;
However, if I want to call SplashScreen.show() inside my react-native layer, it simply does not work. The function does nothing.
This issue happens ONLY ON IOS (on Android, calling SplashScreen.show() works perfectly).
Have you ever encountered this issue before? Any tips for making it work?
Thanks.
The text was updated successfully, but these errors were encountered: