Replace crypto-js
with node:crypto
#2494
Labels
type:feature
New feature or improvement of existing feature
crypto-js
with node:crypto
#2494
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: