Browse Source

Update example app to RN 0.53

Guy Carmeli 6 years ago
parent
commit
60e62e1a53
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      example/package.json

+ 1
- 1
example/package.json View File

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