This is a simple guide to get you started with using the Ethereum Javascript API (web3.js) with the Create React Native App project.
- web3js
- npm i --save react-native-crypto
- npm i --save react-native-randombytes
- npm i --save-dev tradle/rn-nodeify
- ./node_modules/.bin/rn-nodeify --hack --install
app ├── src └── .gitignore └── package.json └── package-lock.json └── Readme.md └── nodeModules └── App.js └── index.js └── .env
$ npm install$ npx react-native run-android