Browse Source

upgrade rn version of demo to 0.59

iou90 5 years ago
parent
commit
b6d57f1391
2 changed files with 271 additions and 904 deletions
  1. 4
    4
      demo/package.json
  2. 267
    900
      demo/yarn.lock

+ 4
- 4
demo/package.json View File

@@ -7,13 +7,13 @@
7 7
     "test": "jest"
8 8
   },
9 9
   "dependencies": {
10
-    "react": "16.6.3",
11
-    "react-native": "0.58.5",
10
+    "react": "^16.8.3",
11
+    "react-native": "^0.59.1",
12 12
     "react-native-autoheight-webview": "../",
13
-    "react-native-webview": "^5.2.1"
13
+    "react-native-webview": "^5.4.2"
14 14
   },
15 15
   "devDependencies": {
16
-    "babel-core": "^7.0.0-bridge.0",
16
+    "@babel/core": "*",
17 17
     "babel-jest": "24.0.0",
18 18
     "jest": "24.0.0",
19 19
     "metro-react-native-babel-preset": "0.51.1",

+ 267
- 900
demo/yarn.lock
File diff suppressed because it is too large
View File