Sfoglia il codice sorgente

Update example app to RN 0.53

Guy Carmeli 6 anni fa
parent
commit
60e62e1a53
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      example/package.json

+ 1
- 1
example/package.json Vedi File

@@ -12,7 +12,7 @@
12 12
   },
13 13
   "dependencies": {
14 14
     "react": "16.0.0",
15
-    "react-native": "0.51.0",
15
+    "react-native": "0.53.0",
16 16
     "react-native-animatable": "^1.1.0",
17 17
     "react-native-navigation": "latest"
18 18
   },