DEV Community

Discussion on: Simple Splash Screen in React Native

Collapse
 
thelamina profile image
Itunu Lamina

Yes, you can of course use the time out approach from navigation but since all JavaScript codes need to finish compiling before the app starts up completely, it's going to be a form of bad user experience showing the initial white screen as a result of react native performance while the app loads, hence this approach.