react-native-gesture-handler模块错误

idfiyjo8  于 2023-04-12  发布在  React
关注(0)|答案(1)|浏览(313)

Error [react-native-gesture-handler] react-native-gesture-handler module was not found.请确保您正在本机平台上运行您的应用程序,并且您的代码已正确链接(cd ios && pod install && cd..)尝试在Android上运行它。

xqkwcwgp

xqkwcwgp1#

我通过添加以下内容解决了这个问题:

npm install react-native-gesture-handler

npx react-native link react-native-gesture-handler

相关问题