react-native-splash-screen icon indicating copy to clipboard operation
react-native-splash-screen copied to clipboard

Is there any way to show Splash screen for 2 seconds only ?

Open MaroofAhmedSiddique opened this issue 2 years ago • 3 comments

Hello everyone,

Is there any way to set the time or reduce the default time for Splash screen? Please let me know

Thanks

MaroofAhmedSiddique avatar Oct 13 '23 14:10 MaroofAhmedSiddique

I've the same question!

carlosq-ordering avatar Oct 17 '23 19:10 carlosq-ordering

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.

ZoranRavic avatar Nov 08 '23 10:11 ZoranRavic

Yes, you can use SplashScreen.hide() in app.js file use setTimeOut() of 2 sec

jotilohana avatar Jan 01 '24 12:01 jotilohana