-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider using expo-crypto for crypto instead #24
Comments
If you believe that's a better solution, I'd be happy to accept a PR. |
Great! I'll test it a bit more locally and open a PR if that seems like the way to go. FYI, the current TL;DR: |
I'm wondering about this line from the It may have similar functionality but not attempt to polyfill the API 1:1. I'll keep researching. |
https://expo.canny.io/feature-requests/p/nodejs-crypto-module-full-features |
Consider using
expo-crypto
forcrypto
instead ofreact-native-crypto
Note that the
expo-crypto
package works in non-Expo React Native apps too.https://docs.expo.io/versions/latest/sdk/crypto/
https://www.npmjs.com/package/expo-crypto
tradle/react-native-crypto#42
The text was updated successfully, but these errors were encountered: