A react-native app rnWallet App, which can run on both Android and iOS platforms.
Make sure you have xcode and android emulators installed. Then do the following at the terminal.
- git clone git@github.com:c-block/rnWallet.git
- cd rnWallet
- yarn
- react-native run-ios / run-android
If you do not install node. You may not be able to use npm. Homebrew can help you install the node environment.
brew install node
Now you can go on.