This is the React Native implementation for RioBus' mobile app.
This is a React Native project with Redux.
###1. System Requirements
- 
Globally installed node >= 4.0 
- 
Globally installed npm >= 3.0 
- 
Globally installed react-native CLI 
###2. Installation
git clone https://github.com/riobus/react-native-app.git riobus
cd riobus
npm install
npm run android
// OR
npm run ios