-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Unable to resolve module crypto
react-native
#311
Comments
Try this Essentially add before your import of crypto-js |
this library does work with react-native prior to v4.0, so v3.x works. |
If the issues caused by secure radom of crypto-js 4.0 bother you, such as too large bundle, unavalible in React Native... Maybe you can try crypto-es . We merged all updates of crypto-js 4.0 except the secure radom. |
@camin-mccluskey unfortunately, this didn't work for me. I still see the same error. |
crypto-js now works on RN 0.64, see #259 (comment) for detail |
Unable to resolve module
crypto
react-native v4.0.0The text was updated successfully, but these errors were encountered: