From b1e030dd4e936def7048656821a17adc0747e990 Mon Sep 17 00:00:00 2001 From: Bruno Barbieri Date: Mon, 19 Aug 2019 21:41:16 -0400 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41b4594..72296a2 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ A cross platform react native webview with some improvements that allow a javascript injection, which is specifically used by web3 mobile dapp browsers. -The iOS version is based on [react-native-wkwebview-reborn](https://github.com/CRAlpha/react-native-wkwebview) and the Android version is based on [react-native-webview-bridge](https://github.com/alinz/react-native-webview-bridge) - +The iOS version is based on [react-native-wkwebview-reborn](https://github.com/CRAlpha/react-native-wkwebview) and the Android version is based on [react-native-webview-bridge](https://github.com/alinz/react-native-webview-bridge) and [react-native-webview](https://github.com/react-native-community/react-native-webview/) + ## Getting started `$ npm install react-native-web3-webview --save`