- Node v10 (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 [email protected]:ridepoint/ridepoint-app.git <your project name>
-
Go to project's root directory,
cd <your project name>
-
Run
yarn
to install dependencies -
Start the packager with
yarn start
-
Connect a mobile device to your development machine
-
Run the test application:
- On Android:
- Run
react-native run-android
or Use Android Studio (Recommended)
- Run
- On iOS:
- Open
ios/YourReactProject.xcworkspace
in Xcode - Hit
Run
after selecting the desired device
- Open
- Enjoy!!!