This project was bootstrapped with official react-native init
React Native docs.
Make sure you have NodeJS and npm installed.
- Install the dependencies:
npm install
- Start the iOS app:
npm run ios
- Start the Android app:
npm run android
- Running tests:
npm test