This repository is for testing purposes only, do not use it for real deployment.
🔨🔨🔨UNDER CONSTRUCTION!⚡️⚡️⚡️
- basic ethereum wallet
- kyber network integration
// clean up and install
watchman watch-del-all
rm -rf node_modules && rm shim.js && npm install
rm -fr $TMPDIR/react-*
// link modules
react-native link react-native-vector-icons
// hack
npm i --save-dev mvayngrib/rn-nodeify
./node_modules/.bin/rn-nodeify --hack --install
// MVP iOS only
react-native run-ios