spencercarli / react-native-splash-screen-demo

67 stars 39 forks source link

Increase splash screen duration #1

Closed ferdicus closed 7 years ago

ferdicus commented 7 years ago

Hey @spencercarli, thanks for this repo and the accompanying medium post. I managed to get it working and it looks pretty nice.

Do you know of a way to increase the duration the splashscreen is display?

Right now it disappears rather quickly and I'm planing on doing some checking in the background when the app is being opened.

Thanks again!

spencercarli commented 7 years ago

I wouldn't really suggest doing that, your app should handle loading rather than the splash screen, but if you really want to check out react-native-splash-screen.