Przeglądaj źródła

Update example app to RN 0.53

Guy Carmeli 6 lat temu
rodzic
commit
60e62e1a53
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      example/package.json

+ 1
- 1
example/package.json Wyświetl plik

@@ -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
   },