Browse Source

update package.json

Daniel Zlotin 8 years ago
parent
commit
478d013804
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      example-redux/package.json

+ 2
- 1
example-redux/package.json View File

@@ -3,7 +3,8 @@
3 3
   "version": "0.0.1",
4 4
   "private": true,
5 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 9
   "dependencies": {
9 10
     "react-native-navigation": "file:../",