From 40b47a26216f7e04b7d9ca46913d8074c2f375c9 Mon Sep 17 00:00:00 2001 From: sirpy Date: Wed, 12 Feb 2020 10:32:35 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bba1fae3..8f2b6d60 100644 --- a/README.md +++ b/README.md @@ -205,11 +205,11 @@ isomorphic-webcrypto can also works but lacks in performance and has issues with for window.crypto.getRandomValues you can use either react-native-crypto or react-native-get-random-values - `npm install buffer text-encoding react-native-webview-bridge react-native-get-random-values --save` -- follow instructions to install [WebviewCrypto](saulshanabrook/react-native-webview-crypto) +- follow instructions to install [WebviewCrypto](https://github.com/saulshanabrook/react-native-webview-crypto) - react might still complain about missing isomorphic-webcrypto although its not needed so install it `npm i isomorphic-webcrypto` -see working [example repo](gooddollar/gun-expo-react-native) +see working [example repo](https://github.com/gooddollar/gun-expo-react-native) ## Deploy