react-navigation 3.x
2019-08-03 本文已影响0人
溜溜的阳光
使用createStackNavigator
react-native run-ios时候报错
null is not an object _RnGestureHandlerModule.default.Direction
随后执行了:
cd ios
pod install
解决了这个问题
使用createStackNavigator
react-native run-ios时候报错
null is not an object _RnGestureHandlerModule.default.Direction
随后执行了:
cd ios
pod install
解决了这个问题