Browse Source

Upgrade react-native-webview to 9.2.2 for demo

iou90 4 years ago
parent
commit
0698a16d6f
3 changed files with 24 additions and 535 deletions
  1. 2
    2
      demo/ios/Podfile.lock
  2. 1
    1
      demo/package.json
  3. 21
    532
      demo/yarn.lock

+ 2
- 2
demo/ios/Podfile.lock View File

@@ -233,7 +233,7 @@ PODS:
233 233
     - React-cxxreact (= 0.62.2)
234 234
     - React-jsi (= 0.62.2)
235 235
   - React-jsinspector (0.62.2)
236
-  - react-native-webview (9.0.2):
236
+  - react-native-webview (9.2.2):
237 237
     - React
238 238
   - React-RCTActionSheet (0.62.2):
239 239
     - React-Core/RCTActionSheetHeaders (= 0.62.2)
@@ -443,7 +443,7 @@ SPEC CHECKSUMS:
443 443
   React-jsi: b6dc94a6a12ff98e8877287a0b7620d365201161
444 444
   React-jsiexecutor: 1540d1c01bb493ae3124ed83351b1b6a155db7da
445 445
   React-jsinspector: 512e560d0e985d0e8c479a54a4e5c147a9c83493
446
-  react-native-webview: 53d0b4e398e8f59a1e9870685d079ace9228db70
446
+  react-native-webview: 881baa70f381b838964574f48153a2d453402922
447 447
   React-RCTActionSheet: f41ea8a811aac770e0cc6e0ad6b270c644ea8b7c
448 448
   React-RCTAnimation: 49ab98b1c1ff4445148b72a3d61554138565bad0
449 449
   React-RCTBlob: a332773f0ebc413a0ce85942a55b064471587a71

+ 1
- 1
demo/package.json View File

@@ -13,7 +13,7 @@
13 13
     "react": "16.11.0",
14 14
     "react-native": "0.62.2",
15 15
     "react-native-autoheight-webview": "../",
16
-    "react-native-webview": "9.0.2"
16
+    "react-native-webview": "^9.2.2"
17 17
   },
18 18
   "devDependencies": {
19 19
     "@babel/core": "^7.6.2",

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