React Native错误以及解决方案

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

你可能感兴趣的:(React Native错误以及解决方案)