android: don't crash on invalid URLs

Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
Igor Mandrigin 2019-02-26 18:30:13 +01:00
parent fa78c5f8bb
commit 4fa1ae614a
No known key found for this signature in database
GPG Key ID: 4A0EDDE26E66BC8B
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@
"react-native-svg": "6.5.2",
"react-native-tcp": "git+https://github.com/status-im/react-native-tcp.git#v3.3.0-1-status",
"react-native-udp": "git+https://github.com/status-im/react-native-udp.git#2.3.1-1",
"react-native-webview-bridge": "git+https://github.com/status-im/react-native-webview-bridge.git#0.33.16-4",
"react-native-webview-bridge": "git+https://github.com/status-im/react-native-webview-bridge.git#v0.33.16-6",
"react-navigation": "^2.12.1",
"react-navigation-stack": "git+https://github.com/status-im/react-navigation-stack.git#0.7.0",
"realm": "2.21.0",

View File

@ -6058,9 +6058,9 @@ react-native-tab-view@^1.0.0:
ip-regex "^1.0.3"
util "^0.10.3"
"react-native-webview-bridge@git+https://github.com/status-im/react-native-webview-bridge.git#0.33.16-4":
"react-native-webview-bridge@git+https://github.com/status-im/react-native-webview-bridge.git#v0.33.16-6":
version "0.33.16"
resolved "git+https://github.com/status-im/react-native-webview-bridge.git#db39ab2719dd0e0d33324643820619f3e75960b4"
resolved "git+https://github.com/status-im/react-native-webview-bridge.git#4d9a7e7fd5319c3c2b494426c4ede3ac94135a87"
dependencies:
invariant "2.2.0"
keymirror "0.1.1"