在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
轉載請注明出處!謝謝~~