Mobile Wallet
Prerequisite -- Set up React Native by following the instructions in the React Native CLI Quickstart tab
Clone the repo and install dependencies:
$ git clone git@github.com:GaloyMoney/blink-mobile.git
$ cd blink-mobile
$ yarn install
Running the bundler
$ yarn start
Running on iOS
$ yarn ios
Running on Android
$ yarn android