We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello everyone,
Is there any way to set the time or reduce the default time for Splash screen? Please let me know
Thanks
The text was updated successfully, but these errors were encountered:
I've the same question!
Sorry, something went wrong.
The splash screen is hidden when you call SplashScreen.hide();
SplashScreen.hide();
That is imported like this: import SplashScreen from 'react-native-splash-screen';
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
No branches or pull requests
Hello everyone,
Is there any way to set the time or reduce the default time for Splash screen?
Please let me know
Thanks
The text was updated successfully, but these errors were encountered: