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

Black margins on IOS9 #33

Closed sodik82 closed 7 years ago

sodik82 commented 7 years ago

I have deleted .xib file and installed rn-splash-screen. Splash screen works just my application has black bars on top and bottom - similar to described on SO question. The fix should be adding "storyboard" - which I believe is alternative to xib file.

What is the correct approach?

mehcode commented 7 years ago

Can you reproduce your issue with the example? From what I understand that problem is not having the correct resolutions available in your LaunchScreen xcassets file.

Please re-open if this is still an issue.