How can we control the time of splash screen in react native app.?
Now it takes over 4 second.
Question posted in React native
The official React Native documentation can be found here.
The official React Native documentation can be found here.
2
Answers
We can use third party libraries to handle splash screen duration. It would be a one time configuration which includes a bit of native changes on both sides. You can use below libraries :-
https://www.npmjs.com/package/react-native-splash-screen (For normal splash)
https://www.npmjs.com/package/react-native-lottie-splash-screen (For animated splash using lotties)
I have Used This Library
im using Immidiate Hide Splash after budle complete
first See the Documentation
How to Setup SplashScreen see–Video SplashScreen
Use It Like: