Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 476 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 476 Bytes

rnWallet

A react-native app rnWallet App, which can run on both Android and iOS platforms.

How to run it

Make sure you have xcode and android emulators installed. Then do the following at the terminal.

  1. git clone [email protected]:c-block/rnWallet.git
  2. cd rnWallet
  3. yarn
  4. 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.