使用react-navigation时报错:undefined is not an object (evaluating rngesturehandlermodule.direction)

时间:2023-06-05 23:03:08

问题:

使用react-navigation时报错:undefined is not an object (evaluating rngesturehandlermodule.direction)。

0、安装react-navigation

npm i react-navigation

1、安装react-native-gesture-handler

npm i react-native-gesture-handler

2、引入原生库

react-native link

3、react-native run-android/ios

如果还是有问题,rm -rf删除node-module文件夹,然后npm i

注意:

在使用react-native link这一步时可能会报错

如:使用react-navigation时报错:undefined is not an object (evaluating rngesturehandlermodule.direction)

可能的原因是react-native版本差异导致的,我此时使用的是0.55.2版本,一番找错无果,尝试升到最新稳定版0.59之后,解决了这个大麻烦。

如果后面更新的版本也有这个问题,也可尝试使用react-native 0.59版本来解决这个问题