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

can't apply for launchScreen? #14

Closed pb-cheung closed 7 years ago

pb-cheung commented 8 years ago

it worked for me when I use launchImage in my RN iOS project,but it didn't work for launchScreen. What can I do to use it for launchScreen?

launchImage: only images launchScreen: configured by a *.xib file

mehcode commented 7 years ago

@suibobuzhuliu If you can find a way to render an *.xib file like I'm doing with the LaunchImage, I'd be happy to add some magic to use both.

mehcode commented 7 years ago

Closing but I'll still accept a PR to support an *.xib