Issue Description
When using a Launch Storyboard versus static launch images, the storyboard displays, then quickly fades away to a black screen. From here React finishes loading everything. Previously, the static images would stay up until the app was done loading.
Steps to Reproduce / Code Snippets / Screenshots
Implement a Launch Storyboard and set it to be used as the launch screen. Launch application on simulator/device running iOS 11. Storyboard will display, then fade away.
Environment
- React Native Navigation version: 1.1.275
- React Native version: 0.44.0
- Platform(s) (iOS, Android, or both?): iOS
- Device info (Simulator/Device? OS version? Debug/Release?): iPhone X Simulator, iPhone 6+ Device. Both on 11.1
Issue Description
When using a Launch Storyboard versus static launch images, the storyboard displays, then quickly fades away to a black screen. From here React finishes loading everything. Previously, the static images would stay up until the app was done loading.
Steps to Reproduce / Code Snippets / Screenshots
Implement a Launch Storyboard and set it to be used as the launch screen. Launch application on simulator/device running iOS 11. Storyboard will display, then fade away.
Environment