Skip to content

Commit 28c6fc9

Browse files
authored
chore: Upgrade react-native-webview to 13.15.0 (#6582)
1 parent 544e5fa commit 28c6fc9

File tree

5 files changed

+304
-227
lines changed

5 files changed

+304
-227
lines changed

android/app/src/main/java/chat/rocket/reactnative/networking/SSLPinningModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public void setCertificate(String data, Promise promise) {
106106
.newBuilder(this.reactContext, client)
107107
.build();
108108
Fresco.initialize(this.reactContext, config);
109-
// RNCWebView onReceivedClientCertRequest
109+
// RNCWebView
110110
RNCWebViewManager.setCertificateAlias(data);
111111

112112
// Expo File System network layer

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"react-native-svg": "^15.12.1",
130130
"react-native-url-polyfill": "2.0.0",
131131
"react-native-vector-icons": "9.2.0",
132-
"react-native-webview": "11.26.1",
132+
"react-native-webview": "^13.15.0",
133133
"react-redux": "8.0.5",
134134
"reanimated-tab-view": "^0.3.0",
135135
"redux": "4.2.0",

patches/react-native-webview+11.26.1.patch

Lines changed: 0 additions & 224 deletions
This file was deleted.

0 commit comments

Comments
 (0)