[RN] React Native 使用 react-navigation 報錯 "Unable to resolve module `react-native-gesture-handler`


在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

轉載請注明出處!謝謝~~

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM