update react-native-webview

Signed-off-by: Michele Balistreri <michele@bitgamma.com>
This commit is contained in:
Michele Balistreri 2021-08-02 17:13:12 +02:00
parent d6d4b28e1e
commit 82cfc642c0
No known key found for this signature in database
GPG Key ID: E9567DA33A4F791A
3 changed files with 5 additions and 4 deletions

View File

@ -60,7 +60,7 @@
"react-native-status-keycard": "git+https://github.com/status-im/react-native-status-keycard.git#v2.5.35", "react-native-status-keycard": "git+https://github.com/status-im/react-native-status-keycard.git#v2.5.35",
"react-native-svg": "^9.8.4", "react-native-svg": "^9.8.4",
"react-native-touch-id": "^4.4.1", "react-native-touch-id": "^4.4.1",
"react-native-webview": "git+https://github.com/status-im/react-native-webview.git#v10.9.2", "react-native-webview": "git+https://github.com/status-im/react-native-webview.git#v11.3.0-status",
"tdigest": "^0.1.1", "tdigest": "^0.1.1",
"web3-utils": "^1.2.1" "web3-utils": "^1.2.1"
}, },

View File

@ -186,6 +186,7 @@
:java-script-enabled true :java-script-enabled true
:bounces false :bounces false
:local-storage-enabled true :local-storage-enabled true
:set-support-multiple-windows false
:render-error web-view-error :render-error web-view-error
:on-navigation-state-change #(do :on-navigation-state-change #(do
(re-frame/dispatch [:set-in [:ens/registration :state] :searching]) (re-frame/dispatch [:set-in [:ens/registration :state] :searching])

View File

@ -6748,9 +6748,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" resolved "https://registry.yarnpkg.com/react-native-touch-id/-/react-native-touch-id-4.4.1.tgz#8b1bb2d04c30bac36bb9696d2d723e719c4a8b08"
integrity sha512-1jTl8fC+0fxvqegy/XXTyo6vMvPhjzkoDdaqoYZx0OH8AT250NuXnNPyKktvigIcys3+2acciqOeaCall7lrvg== integrity sha512-1jTl8fC+0fxvqegy/XXTyo6vMvPhjzkoDdaqoYZx0OH8AT250NuXnNPyKktvigIcys3+2acciqOeaCall7lrvg==
"react-native-webview@git+https://github.com/status-im/react-native-webview.git#v10.9.2": "react-native-webview@git+https://github.com/status-im/react-native-webview.git#v11.3.0-status":
version "10.9.2" version "11.3.0"
resolved "git+https://github.com/status-im/react-native-webview.git#e2cf5fdc76d73f84ac2f60ca5d5ad4af3ac0730a" resolved "git+https://github.com/status-im/react-native-webview.git#aafe232857d5c278d7ab43826e8b79a523121073"
dependencies: dependencies:
escape-string-regexp "2.0.0" escape-string-regexp "2.0.0"
invariant "2.2.4" invariant "2.2.4"