Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f194e79

Browse files
Merge pull request #1348 from Instabug/fix/web-view-screen-crash
fix: web-view screen crash in sample app
2 parents 0502d85 + 8898d6a commit f194e79

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

examples/default/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ PODS:
13191319
- ReactCommon/turbomodule/bridging
13201320
- ReactCommon/turbomodule/core
13211321
- Yoga
1322-
- react-native-webview (13.12.3):
1322+
- react-native-webview (13.13.2):
13231323
- DoubleConversion
13241324
- glog
13251325
- hermes-engine
@@ -2055,7 +2055,7 @@ SPEC CHECKSUMS:
20552055
react-native-maps: 72a8a903f8a1b53e2c777ba79102078ab502e0bf
20562056
react-native-safe-area-context: 142fade490cbebbe428640b8cbdb09daf17e8191
20572057
react-native-slider: 4a0f3386a38fc3d2d955efc515aef7096f7d1ee4
2058-
react-native-webview: 926d2665cf3196e39c4449a72d136d0a53b9df8a
2058+
react-native-webview: c0b91a4598bd54e9fbc70353aebf1e9bab2e5bb9
20592059
React-nativeconfig: 8c83d992b9cc7d75b5abe262069eaeea4349f794
20602060
React-NativeModulesApple: 9f7920224a3b0c7d04d77990067ded14cee3c614
20612061
React-perflogger: 59e1a3182dca2cee7b9f1f7aab204018d46d1914

examples/default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react-native-screens": "^3.35.0",
3333
"react-native-svg": "^15.8.0",
3434
"react-native-vector-icons": "^10.2.0",
35-
"react-native-webview": "^13.12.3",
35+
"react-native-webview": "^13.13.2",
3636
"react-query": "^3.39.3"
3737
},
3838
"devDependencies": {

examples/default/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6329,10 +6329,10 @@ react-native-vector-icons@^10.2.0:
63296329
prop-types "^15.7.2"
63306330
yargs "^16.1.1"
63316331

6332-
react-native-webview@^13.12.3:
6333-
version "13.12.3"
6334-
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.12.3.tgz#3aa9d2fc982ba2681e56d3e96e22b63a0d929270"
6335-
integrity sha512-Y1I5YyDYyE7NC96RHLhd2nxh7ymLYOYLTefgx5ixxw2OToQK0ow3OJ+o77QcI1Tuevj5PCxwqC/14ceS/7yPJQ==
6332+
react-native-webview@^13.13.2:
6333+
version "13.13.2"
6334+
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.13.2.tgz#6d72fd8492f11accbcf3be4d1386fa961e424357"
6335+
integrity sha512-zACPDTF0WnaEnKZ9mA/r/UpcOpV2gQM06AAIrOOexnO8UJvXL8Pjso0b/wTqKFxUZZnmjKuwd8gHVUosVOdVrw==
63366336
dependencies:
63376337
escape-string-regexp "^4.0.0"
63386338
invariant "2.2.4"

0 commit comments

Comments
 (0)