react-navigation-redux-helpers 中间件
报错问题如下,经过两天不断百度,谷歌,卸载,降级,发现,都不行! 几乎要崩溃,最后自己改了一下redux、react-redux、react-navigation、react-navigation-redux-helpers 版本。删除node_modules,yarn install 下载,重新运行,终于成功,将package.json版本贴出来,希望能帮到有需要的人!
package.json文件
"dependencies": {
"@react-native-community/async-storage": "^1.6.3",
"prop-types": "^15.7.2",
"react": "16.9.0",
"react-native": "0.61.4",
"react-native-gesture-handler": "^1.5.0",
"react-native-picker": "^4.3.7",
"react-native-storage": "^1.0.1",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^2.18.2",
"react-navigation-redux-helpers": "2.0.9",
"react-redux": "6.0.0",
"redux": "^4.0.1"
},
"devDependencies": {
"@babel/core": "7.7.2",
"@babel/runtime": "7.7.2",
"@react-native-community/eslint-config": "0.0.5",
"babel-jest": "24.9.0",
"babel-plugin-root-import": "^6.4.1",
"eslint": "6.6.0",
"jest": "24.9.0",
"metro-react-native-babel-preset": "0.56.3",
"postinstall": "^0.7.0",
"react-test-renderer": "16.9.0",
"redux-thunk": "^2.3.0"
},
"jest": {
"preset": "react-native"
}