mirror of
https://github.com/status-im/status-react.git
synced 2025-02-08 17:15:52 +00:00
update react-native-webview
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
This commit is contained in:
parent
d6d4b28e1e
commit
82cfc642c0
@ -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"
|
||||||
},
|
},
|
||||||
|
@ -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])
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user