diff --git a/shared/package.json b/shared/package.json index ea24965edc7c..05ab17a6db48 100644 --- a/shared/package.json +++ b/shared/package.json @@ -174,7 +174,7 @@ "react-native-screens": "git://github.com/keybase/react-native-screens#keybase-changes-off-alpha-23", "react-native-unimodules": "0.7.0-rc.1", "react-native-video": "5.0.2", - "react-native-webview": "7.2.5", + "react-native-webview": "11.0.0", "react-navigation-stack": "git://github.com/keybase/stack#danny/marco-animated-background-plus-darkmode", "react-navigation-tabs": "2.2.0", "react-redux": "7.1.3", diff --git a/shared/yarn.lock b/shared/yarn.lock index 35a9d3cb6833..527ba5054457 100644 --- a/shared/yarn.lock +++ b/shared/yarn.lock @@ -11074,10 +11074,10 @@ react-native-video@5.0.2: prop-types "^15.5.10" shaka-player "^2.4.4" -react-native-webview@7.2.5: - version "7.2.5" - resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-7.2.5.tgz#00cb63f768c228e1ed7ab9d164fc2e7aa359f796" - integrity sha512-RAUgurKZi73srEywG1W1HPTrcUjlbiRuZljzjbOwBLjdtKs8rRwaWLuByaxYnCgoYaF8uDyVSTsuVAKkwb1oMQ== +react-native-webview@11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-11.0.0.tgz#d667cbcc772e963fe88a4156290d25fe47ed43b0" + integrity sha512-gzID5ebCFVNkxreuabClymo6QkJbXCLEtiIUY9QAhxY58HsDUp8x0YzDVEROYyEJ4ghL71koAOeQRDNAgNnh1w== dependencies: escape-string-regexp "2.0.0" invariant "2.2.4"