- Node v8.10 (it is recommended to install it via NVM)
- Yarn
- A development machine set up for React Native by following these instructions
- Clone this repo,
git clone https://github.com/ashalbulk/agile.git - Go to project's root directory,
cd agile - Run
yarnornpm installto install dependencies - Start the packager with
yarn startornpm start - Connect a mobile device to your development machine
- Run the test application:
- On Android:
- Run
react-native run-android
- Run
- On iOS:
- Open
ios/YourReactProject.xcodeprojin Xcode - Hit
Runafter selecting the desired device - Or Run react-native run-ios for emulator
- Open