Explorar el Código

Use latest react-native-navigation

Yarn apparently still has issues with relative paths.
Guy Carmeli hace 7 años
padre
commit
f77a8b7098
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      example/package.json

+ 1
- 1
example/package.json Ver fichero

@@ -14,7 +14,7 @@
14 14
     "react": "16.0.0-alpha.12",
15 15
     "react-native": "0.45.1",
16 16
     "react-native-animatable": "^1.1.0",
17
-    "react-native-navigation": "../"
17
+    "react-native-navigation": "latest"
18 18
   },
19 19
   "devDependencies": {
20 20
     "detox": "^5.0.0",