Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MaroofAhmedSiddique opened this issue Oct 13, 2023 · 3 comments
Open

Comments

@MaroofAhmedSiddique
Copy link

Hello everyone,

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

Thanks

@carlosq-ordering
Copy link

I've the same question!

@ZoranRavic
Copy link

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.

@jotilohana
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants