0

我正在使用 react-native 0.58.6 和 react-native-gesture-handler 1.0.16。

在 IOS 平台上由于手势处理程序而出现此错误。

错误:捆绑失败:错误:无法./createNativeWrapper/Users/Documents/Work/ReactDemoApp/node_modules/react-native-gesture-handler/GestureHandler.js

有什么建议吗?

4

1 回答 1

0

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

链接

react-native 链接 react-native-gesture-handler

... cd/ios ... 吊舱安装

如果您已经链接并安装了模块,那么试试这个

删除 node_modules、package-lock.json 并重新安装它们。

rm -rf $TMPDIR/haste-map-*

rm -rf $TMPDIR/metro-cache*

npm start --reset-cache

于 2019-12-24T07:37:36.960 回答