Update README.md

This commit is contained in:
sirpy 2020-02-12 10:32:35 +02:00 committed by GitHub
parent d15721c46d
commit 40b47a2621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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