我正在尝试安装@react-navigation/bottom-tabs@next。我有一些依赖性问题。 我尝试清除缓存,重新安装所有软件包。 非常感谢。
我的 react-navigation 版本是 6.x。 我的 package.json 文件看起来像
"dependencies": { "@react-native-masked-view/masked-view": "^0.2.3", "@react-navigation/native": "^6.0.0-next.2", "@react-navigation/stack": "^5.14.4", "native-base": "^2.15.2", "react": "17.0.1", "react-native": "0.64.0", "react-native-gesture-handler": "^1.10.3", "react-native-network-info": "^5.2.1", "react-native-reanimated": "^2.1.0", "react-native-safe-area-context": "^3.2.0", "react-native-screens": "^3.1.1", "react-native-splash-screen": "^3.2.0", "react-native-vector-icons": "^7.1.0" },