browserify / browserify/createHash
undefined is not an object (evaluating Transform.call') React Native
Open
- Dominant language
- JavaScript
- Stars
- 53
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Getting this error in react-native using crypto-browserify.
Have setup .babelrc like this:
`"plugins": [
["babel-plugin-rewrite-require", {
aliases: {
crypto: 'crypto-browserify',
}
}]`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the reported React Native setup and the .babelrc alias for crypto-browserify, then reproduce the “undefined is not an object” error. Trace the failing Transform.call path and determine whether the integration works with the stated configuration; done means the error is resolved or the incompatibility is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- cryptography, mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100