Browse Source

example using local package dependency

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

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

@@ -16,6 +16,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": "latest"
19
+    "react-native-navigation": "file:../"
20 20
   }
21 21
 }

+ 1
- 1
example/package.json View File

@@ -8,6 +8,6 @@
8 8
   "dependencies": {
9 9
     "react-native": "0.25.1",
10 10
     "react": "0.14.5",
11
-    "react-native-navigation": "latest"
11
+    "react-native-navigation": "file:../"
12 12
   }
13 13
 }