iOS 11 上的启动屏幕后 React Native 应用程序闪烁白色
React Native app flashing white after launch screen on iOS 11
我们有超过 5 个 React Native 应用程序发布了应用程序,所有应用程序在启动屏幕和应用程序的第一个屏幕之间闪烁为白色。这会产生有线行为,并且只会在 iOS 11.
上引起注意
我们正在使用 react-native-router-flux for navigation. I believe this issue is related to react-navigation
because apps like UberEATS and Airbnb,它也是用 React-Native 开发的,运行良好。我认为这些应用程序有自己的导航库。
还有其他人注意到这个问题吗?任何建议将不胜感激。
我可以通过添加自定义启动画面来解决这个问题,感谢 react-native-splash-screen。
This issue is fixed in Xcode 9.2.
我们有超过 5 个 React Native 应用程序发布了应用程序,所有应用程序在启动屏幕和应用程序的第一个屏幕之间闪烁为白色。这会产生有线行为,并且只会在 iOS 11.
上引起注意我们正在使用 react-native-router-flux for navigation. I believe this issue is related to react-navigation
because apps like UberEATS and Airbnb,它也是用 React-Native 开发的,运行良好。我认为这些应用程序有自己的导航库。
还有其他人注意到这个问题吗?任何建议将不胜感激。
我可以通过添加自定义启动画面来解决这个问题,感谢 react-native-splash-screen。
This issue is fixed in Xcode 9.2.