加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

[RN] React Native 使用 react-navigation 报错 "Unable to

发布时间:2020-12-15 20:14:34 所属栏目:百科 来源:网络整理
导读:在React Native 使用 react-navigation 过程中,报错 "Unable to resolve module `react-native-gesture-handler` ? 这是因为 react-navigation 依赖 react-native-gesture-handler ? 解决方法: npm install react-native-gesture-handler --save 对应版本

在React Native 使用 react-navigation 过程中,报错 "Unable to resolve module `react-native-gesture-handler`

?

这是因为 react-navigation 依赖

react-native-gesture-handler

?

解决方法:

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


对应版本:

"react-native-gesture-handler": "^1.2.1",
"react-navigation": "^3.9.1"

?

参考文档:

https://stackoverflow.com/questions/55358811/error-unable-to-resolve-module-react-native-gesture-handler
https://reactnavigation.org/docs/en/getting-started.html#installation

?

本博客地址: wukong1688

本文原文地址:https://www.cnblogs.com/wukong1688/p/10818370.html

转载请注明出处!谢谢~~

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读