Unable to resolve module `crypto` from `node_modules/request/lib/helpers.js`: crypto could not be found within the project. code example
Example: error: Error: Unable to resolve module `crypto` from `node_modules\crypto-js\core.js`: crypto could not be found within the project.
To make it work with React Native 0.63
Downgrade crypto-js version to 3.3
(only if you are using version > 4.0)