From 1a314f12ac9c8334a23fcf384f53863aa1879348 Mon Sep 17 00:00:00 2001 From: Georgie Mathews Date: Fri, 11 May 2018 09:04:58 -0700 Subject: [PATCH] [FIX #1200] updates to webview with bugfix for external links in webview Signed-off-by: Julien Eluard --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index c284aa2bb0..efe41dce0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6226,7 +6226,7 @@ } }, "react-native-webview-bridge": { - "version": "github:status-im/react-native-webview-bridge#9b40cce26f1732772dbbeac11fe2fda44fb8703c", + "version": "github:status-im/react-native-webview-bridge#80a798c4004bf38bf4e965e38a6f6bc59557278d", "requires": { "invariant": "2.2.0", "keymirror": "0.1.1" diff --git a/package.json b/package.json index 7576f98869..63405af70d 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "react-native-tcp": "3.3.0", "react-native-testfairy": "2.10.0", "react-native-udp": "2.2.1", - "react-native-webview-bridge": "github:status-im/react-native-webview-bridge#fix-web3-injection", + "react-native-webview-bridge": "github:status-im/react-native-webview-bridge", "realm": "2.3.3", "rn-snoopy": "github:status-im/rn-snoopy", "string_decoder": "0.10.31",