mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-18 01:51:22 +08:00
* [Example] Upgrade dependencies to fix the ReduxExample app * [Example] Also upgrade and fix the LinkingExample app * [Example] Update MainApplication.java to fix Android API
25 lines
483 B
JSON
25 lines
483 B
JSON
{
|
|
"name": "ReduxExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"react": "16.0.0-alpha.6",
|
|
"react-native": "0.43.3",
|
|
"react-redux": "5.0.4",
|
|
"redux": "3.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-jest": "19.0.0",
|
|
"babel-preset-react-native": "1.9.1",
|
|
"jest": "19.0.2",
|
|
"react-test-renderer": "15.5.4"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|