Explorar el Código

update to RN0.37

Daniel Zlotin hace 8 años
padre
commit
8034a603dd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      example/package.json

+ 1
- 1
example/package.json Ver fichero

@@ -8,7 +8,7 @@
8 8
     "android": "cd android && ./gradlew installDebug"
9 9
   },
10 10
   "dependencies": {
11
-    "react-native": "0.36.1",
11
+    "react-native": "0.37.0",
12 12
     "react": "15.3.2",
13 13
     "react-native-navigation": "file:../"
14 14
   }