unable to resolve module react-native-gesture-handler from

在安装了npm install –save react-navigation后跑项目然后就红屏了。

unable to resolve module react-native-gesture-handler from

解决方法

安装触摸方式(需要执行以下方法)

npm install --save react-native-gesture-handler
react-native link react-native-gesture-handler

就可以了

 

Related Posts

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注