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
I noticed on Android there is a sub-second time delay between the native splash screen image and the time it takes to load the react-native-splashscreen's splash image. So for instance the default app background color is white so there will be a white screen shown in between the launching process of the app until SplashScreen.hide() is called. Is there a way to fix this?
The text was updated successfully, but these errors were encountered:
hey @kevinejohn , i'm under the same situation, only in Android, even the release version, it takes hella lot to start my custom splash screen animation, the native splash is hanging there like 2-3 seconds or sometimes more. In iOS is super fast tho... any idea of why this is happening or how to solve it? Thanks.
I noticed on Android there is a sub-second time delay between the native splash screen image and the time it takes to load the react-native-splashscreen's splash image. So for instance the default app background color is white so there will be a white screen shown in between the launching process of the app until
SplashScreen.hide()
is called. Is there a way to fix this?The text was updated successfully, but these errors were encountered: