We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
crypto-js
node:crypto
crypto-js and react-native-crypto-js are deprecated. crypto-js is listen add as an optional dependency because of the issues.
These should replaced with node:crypto and react-native-quick-crypto respectfully.
quick-crypto is a well maintained drop in replacement for node:crypto. node:crypto is easily polyfilled for browsers
quick-crypto
This will also help with finishing rollup / vite support #2425
Build our own isomorphic CryptoController without dependencies or document how a user could create there own CryptoController
The text was updated successfully, but these errors were encountered:
🚀 Thanks for opening this issue! We are excited about your ideas for improvement!
Sorry, something went wrong.
CryptoJS
Web Crypto
Successfully merging a pull request may close this issue.
New Feature / Enhancement Checklist
Current Limitation
crypto-js and react-native-crypto-js are deprecated. crypto-js is listen add as an optional dependency because of the issues.
Feature / Enhancement Description
These should replaced with node:crypto and react-native-quick-crypto respectfully.
quick-crypto
is a well maintained drop in replacement fornode:crypto
.node:crypto
is easily polyfilled for browsersExample Use Case
This will also help with finishing rollup / vite support #2425
Alternatives / Workarounds
Build our own isomorphic CryptoController without dependencies or document how a user could create there own CryptoController
The text was updated successfully, but these errors were encountered: