Splash Screen & App Icon
Setup
Showing / Hiding the Splash Screen
// Keep the splash screen visible while we fetch resources SplashScreen.preventAutoHideAsync(); SplashScreen.setOptions({ duration: 200, fade: true, });
if (isAppInitialized) { SplashScreen.hide() }
Last updated