-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
undefined is not an object (evaluating Transform.call') React Native #26
Comments
Any solution for this issue? - I am facing it too!! My babel.config.js
|
I also have this issue, it comes from |
The solution is to install See browserify/cipher-base#10 (comment), for example. |
Hello Everyone,
Can anyone please help me with this. |
@RahulPant1289 the solution is right above your comment. |
Getting this error in react-native using crypto-browserify.
Have setup .babelrc like this:
"plugins": [ ["babel-plugin-rewrite-require", { aliases: { crypto: 'crypto-browserify', } }]
The text was updated successfully, but these errors were encountered: