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 [email protected]:GaloyMoney/galoy-mobile.git
$ cd galoy-mobile
$ yarn install

Running the bundler

$ yarn start

Running on iOS

$ yarn ios

Running on Android

$ yarn android