From 3443afc51c5e766070559c79c3a437b6cd4d7eaa Mon Sep 17 00:00:00 2001 From: Vitaliy Vlasov Date: Fri, 19 Jun 2020 16:12:56 +0300 Subject: [PATCH] Delay initialization of OkHttpClient inside WebView's manager class Signed-off-by: Vitaliy Vlasov --- mobile/js_files/package.json | 2 +- mobile/js_files/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/js_files/package.json b/mobile/js_files/package.json index 3b97977c2c..bdd7e4db18 100644 --- a/mobile/js_files/package.json +++ b/mobile/js_files/package.json @@ -56,7 +56,7 @@ "react-native-status-keycard": "git+https://github.com/status-im/react-native-status-keycard.git#v2.5.23", "react-native-svg": "^9.8.4", "react-native-touch-id": "^4.4.1", - "react-native-webview": "git+https://github.com/status-im/react-native-webview.git#v10.2.3_1", + "react-native-webview": "git+https://github.com/status-im/react-native-webview.git#v10.2.3_5", "web3-utils": "^1.2.1" }, "devDependencies": { diff --git a/mobile/js_files/yarn.lock b/mobile/js_files/yarn.lock index ca8f27881f..8ea3b9e49f 100644 --- a/mobile/js_files/yarn.lock +++ b/mobile/js_files/yarn.lock @@ -6608,9 +6608,9 @@ react-native-touch-id@^4.4.1: resolved "https://registry.yarnpkg.com/react-native-touch-id/-/react-native-touch-id-4.4.1.tgz#8b1bb2d04c30bac36bb9696d2d723e719c4a8b08" integrity sha512-1jTl8fC+0fxvqegy/XXTyo6vMvPhjzkoDdaqoYZx0OH8AT250NuXnNPyKktvigIcys3+2acciqOeaCall7lrvg== -"react-native-webview@git+https://github.com/status-im/react-native-webview.git#v10.2.3_1": - version "10.2.3" - resolved "git+https://github.com/status-im/react-native-webview.git#23ff0900c9eb2f741c95321fdc733124d6934f4c" +"react-native-webview@git+https://github.com/status-im/react-native-webview.git#v10.2.3_5": + version "10.3.1" + resolved "git+https://github.com/status-im/react-native-webview.git#3bef57fcf8243c2b52b5ab668630d8c92d400de4" dependencies: escape-string-regexp "2.0.0" invariant "2.2.4"