Преглед изворни кода

Update example app to RN 0.53

Guy Carmeli пре 7 година
родитељ
комит
60e62e1a53
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      example/package.json

+ 1
- 1
example/package.json Прегледај датотеку

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