React Native开发

React Native错误以及解决方案

2019-10-30  本文已影响0人  Yully东

1:iOS打包后,通过TestFight测试,真机release环境下出现RCTFatalException: Unhandled JS Exception: Invariant Violation: Unsupported top level event type "onGestureHandlerStateChange" dispatched”崩溃错误。Android与debug iOS下均OK。

解决方案:https://github.com/kmagiera/react-native-gesture-handler/issues/320

2:react-native使用react-navigation,react-native-screens后iOS白屏

解决方案:注释掉useScreens或者enableScreens方法
https://github.com/react-navigation/react-navigation/issues/6427

上一篇下一篇

猜你喜欢

热点阅读