DEV Community

Discussion on: Simple Splash Screen in React Native

Collapse
 
21toffy profile image
Oluwatofunmi okedeji

good stuff... why do I have to use this approach when I could just use the start screen of the App.jsx and set time out

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.