Pārlūkot izejas kodu

example-redux using local versipon

Daniel Zlotin 8 gadus atpakaļ
vecāks
revīzija
166e4b79df
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      example-redux/package.json

+ 1
- 1
example-redux/package.json Parādīt failu

@@ -15,7 +15,7 @@
15 15
     "redux": "^3.0.5",
16 16
     "redux-thunk": "^1.0.3",
17 17
     "seamless-immutable": "^5.0.1",
18
-    "react-native-navigation": "latest",
18
+    "react-native-navigation": "file:../",
19 19
     "babel-preset-react-native-stage-0": "*"
20 20
   }
21 21
 }