-
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
[3.2.1] Unable to resolve module crypto
from node_modules/crypto-js/core.js
: crypto could not be found within the project.
#260
Comments
same issue |
Same issue. We are using react-native-pdf and it has crypto-js as the dependency. |
I added in
Then I tried to run project and got next red screen:
I have
in |
@Bardiamist did you run The structure of the develop branch is not designed to be used directly. It's required to run @Bardiamist I would appreciate when you comment directly on the pull request, not here. |
I do not use crypto, but I also use AWS Amplify with react-native. I get this error. How to fix? |
This issue is marked as Please leave your comments here |
Same issue when upgrade from 3.1.9-1 to 4.0.0 used in react native project. |
Continued discussion here: #259 |
facing same issue. using Azure-blob-storage with React-Native crypto could not be found within the project or in these directories: If you are sure the module exists, try these steps:
|
same issue here |
when i updated "crypto-js" from '3.2.1' to "3.3.0", solved |
I found that react-native-crypto don't work on recent which using react-native version 0.62.2 and react version 16.11.0, any more. I used crypto-js package. The version is 4.2.0 in my react-native app. It's working well on my side. |
I got
when updated from
3.2.0
to3.2.1
The text was updated successfully, but these errors were encountered: