Skip to content

Commit a3cd248

Browse files
fix: web-view screen crash in sample app
1 parent 0502d85 commit a3cd248

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
@@ -2090,8 +2090,8 @@ SPEC CHECKSUMS:
20902090
RNSVG: 8b1a777d54096b8c2a0fd38fc9d5a454332bbb4d
20912091
RNVectorIcons: 6382277afab3c54658e9d555ee0faa7a37827136
20922092
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
2093-
Yoga: 055f92ad73f8c8600a93f0e25ac0b2344c3b07e6
2093+
Yoga: aa3df615739504eebb91925fc9c58b4922ea9a08
20942094

20952095
PODFILE CHECKSUM: 63bf073bef3872df95ea45e7c9c023a331ebb3c3
20962096

2097-
COCOAPODS: 1.14.0
2097+
COCOAPODS: 1.15.2

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)