Explorar el Código

Migrate example app to RN 0.43.3 (#1111)

Guy Carmeli hace 7 años
padre
commit
54e914df20
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      example/package.json

+ 2
- 2
example/package.json Ver fichero

@@ -10,8 +10,8 @@
10 10
     "e2e": "node ./scripts/e2e.ios.js"
11 11
   },
12 12
   "dependencies": {
13
-    "react-native": "0.41.2",
14
-    "react": "15.4.2",
13
+    "react": "16.0.0-alpha.6",
14
+    "react-native": "0.43.3",
15 15
     "react-native-animatable": "^1.1.0",
16 16
     "react-native-navigation": "latest"
17 17
   },