This is the Dex React Native App repository.
- Download project:
git clone git@github.com:kaxevgg/dex-app.git
- Install dependencies:
npm install
- Install pods for iOS:
cd ios && pod install
- Run iOS:
npm run ios
- Run Android:
npm run android
- To run tests:
npm run watch:test