|
@@ -3,16 +3,16 @@
|
3
|
3
|
"version": "0.0.1",
|
4
|
4
|
"private": true,
|
5
|
5
|
"scripts": {
|
6
|
|
- "start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start"
|
|
6
|
+ "start": "watchman watch-del-all && adb reverse tcp:8081 tcp:8081 && node node_modules/react-native/local-cli/cli.js start"
|
7
|
7
|
},
|
8
|
8
|
"dependencies": {
|
9
|
|
- "react-native": "0.25.1",
|
10
|
|
- "react": "0.14.5",
|
|
9
|
+ "react-native-navigation": "file:../",
|
|
10
|
+ "react-native": "0.31.0",
|
|
11
|
+ "react": "15.2.1",
|
11
|
12
|
"react-redux": "^4.0.6",
|
12
|
13
|
"redux": "^3.0.5",
|
13
|
14
|
"redux-thunk": "^1.0.3",
|
14
|
15
|
"seamless-immutable": "^5.0.1",
|
15
|
|
- "react-native-navigation": "file:../",
|
16
|
16
|
"babel-preset-react-native-stage-0": "*"
|
17
|
17
|
}
|
18
|
18
|
}
|