undefined is not an object (evaluating ‘RNGestureHandlerModule.State’
- React Navigation 升级到3.x版本后,遇到了undefined is not an object (evaluating 'RNGestureHandlerModule.State'。
解决办法:
- 步骤如下:
-
npm install npm install --save react-navigation npm install --save react-native-gesture-handler react-native link
本文详细介绍了在ReactNavigation升级至3.x版本后遇到的undefinedisnotanobject(evaluating'RNGestureHandlerModule.State')错误及其解决方案。通过具体步骤指导,包括安装和更新react-navigation及react-native-gesture-handler等依赖,帮助开发者快速定位并解决问题。
3162





