The app for the drivers.
You need to have the following services installed in your computer:
- node > 8.0
- yarn
- watchman
- react-native-cli
- Xcode or Android Studio
- CocoaPods
$ brew install node
$ brew install yarn
$ brew install watchman
$ yarn global add react-native-cli
$ gem install cocoapods
$ git clone git@github.com:cytioapp/taxiapp.git
$ yarn
$ cd ios/
$ pod install
$ yarn start
or you can use
$ npm start
For runnig the app on an iOS device :
$ react-native run-ios
On Android device:
$ react-native run-android
If you have any question or problem, please enter to: https://facebook.github.io/react-native/docs/getting-started.html
$ yarn test
- React - library for user interfaces creation
- React Native - A framework for building native apps using React