mehcode / rn-splash-screen

A JavaScript-controlled splash-screen for React Native designed to be run directly after the native splash-screen.
MIT License
350 stars 95 forks source link

Does it support multi-pages splash? #28

Closed litingjun2015 closed 7 years ago

litingjun2015 commented 7 years ago

Thanks.

litingjun2015 commented 7 years ago

why close? ...

mehcode commented 7 years ago

Sorry forgot to leave a comment. I must have gotten side tracked in the middle of it.

I don't understand what you mean by multi page splash? If you mean the iOS storyboard splash type I have no intention of supporting it myself but I'd take a pull request to add the feature.

litingjun2015 commented 7 years ago

multi page i mean: image-slider http://www.menucool.com/slider/javascript-image-slider-demo1

and if it can support hot update and be better.

mehcode commented 7 years ago

I'm still not sure we are on the same page on what this project is meant to do.. this is a native-rendered splash screen component that can be hidden by javascript (instead of automatically hidden just before react native initializes which is the default). This avoids a white screen blip if you have async. work that must happen before you can display meaningful content.

Some thoughts:

litingjun2015 commented 7 years ago

thanks, I might make a mistake. I'll check your information out.