You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After my app booted, I am able to hide by calling SplashScreen.hide() inside a useEffect, like this;
useEffect(() => SplashScreen.hide(), []);
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:
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: