Ver código fonte

update package.json

Daniel Zlotin 8 anos atrás
pai
commit
478d013804
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2
    1
      example-redux/package.json

+ 2
- 1
example-redux/package.json Ver arquivo

3
   "version": "0.0.1",
3
   "version": "0.0.1",
4
   "private": true,
4
   "private": true,
5
   "scripts": {
5
   "scripts": {
6
-    "start": "watchman watch-del-all && adb reverse tcp:8081 tcp:8081 && 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
+    "install:android": "pushd android && ./gradlew installDebug && popd"
7
   },
8
   },
8
   "dependencies": {
9
   "dependencies": {
9
     "react-native-navigation": "file:../",
10
     "react-native-navigation": "file:../",