简体   繁体   中英

React Native app flashing white after launch screen on iOS 11

We have more than 5 React Native apps published apps, and all app flashes to white between the launch screen and the first screen of the app. This creating wired behaviour and only noticeable on iOS 11.

We are using react-native-router-flux for navigation. I believe this issue is related to react-navigation because apps like UberEATS and Airbnb , which are also developed with React-Native are working fine. These apps have their own navigation library I think.

Anyone else noticed this problem? Any suggestion will be greatly appreciate.

I was able to fix this issue by adding custom splash screen, credits goes to react-native-splash-screen .

This issue is fixed in Xcode 9.2 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM