The official iOS and Android mobile App for Ruk-A-Tuk Promotions.
- Node
4.x
or newer - React Native for development
- Android Studio for Android development
- Xcode for iOS development
- Android SDK
26.0.0
or newer for Android development - Genymotion for Android emulation
- YARN - for dependency management
Clone this repo
$ git clone git@github.com:akilb/rukatuk-mobile.git
$ cd rukatuk-mobile
$ yarn install or npm install
$ cd rukatuk-mobile/ios # iOS only
$ pod install # iOS only
Create a .env
file and add the following:
GOOGLE_MAPS_API_KEY_ANDROID=ENTER_GOOGLE_MAPS_API_KEY
GOOGLE_MAPS_API_KEY_IOS=ENTER_GOOGLE_MAPS_API_KEY
$ react-native run-android
$ react-native run-ios