react-native-splash-screen
react-native-splash-screen copied to clipboard
Is there any way to show Splash screen for 2 seconds only ?
Hello everyone,
Is there any way to set the time or reduce the default time for Splash screen? Please let me know
Thanks
I've the same question!
The splash screen is hidden when you call SplashScreen.hide();
That is imported like this: import SplashScreen from 'react-native-splash-screen';
You should look at the part of your app code that calls this method and modify it in a way that it calls SplashScreen.hide(); sooner.
Yes, you can use SplashScreen.hide() in app.js file use setTimeOut() of 2 sec