|
@@ -1,5 +1,5 @@
|
1
|
1
|
{
|
2
|
|
- "name": "example-redux",
|
|
2
|
+ "name": "exampleRedux",
|
3
|
3
|
"version": "0.0.1",
|
4
|
4
|
"private": true,
|
5
|
5
|
"scripts": {
|
|
@@ -9,13 +9,13 @@
|
9
|
9
|
"_fix_npm2_step2": "cd node_modules; find . -name .babelrc | grep -v packager | xargs rm"
|
10
|
10
|
},
|
11
|
11
|
"dependencies": {
|
12
|
|
- "react-native": "^0.26.0",
|
13
|
|
- "react": "^15.0.2",
|
|
12
|
+ "react-native": "^0.25.1",
|
|
13
|
+ "react": "0.14.5",
|
14
|
14
|
"fbjs": "^0.6.1",
|
15
|
15
|
"react-redux": "^4.0.6",
|
16
|
16
|
"redux": "^3.0.5",
|
17
|
17
|
"redux-thunk": "^1.0.3",
|
18
|
18
|
"seamless-immutable": "^5.0.1",
|
19
|
|
- "react-native-navigation": "github:wix/react-native-navigation#rn26"
|
|
19
|
+ "react-native-navigation": "github:wix/react-native-navigation#upgradeRN25"
|
20
|
20
|
}
|
21
|
21
|
}
|