The CargoRocket app will be available for IOS and Android soon. This application acts as demo for the CargoRocket Routing based on Graphhopper Routing Engine and our CargoBikeIndex.
This Application is build using React Native, UI Kitten Framework, Native Mapbox GL, MMKV Storage, besides other dependencies.
It follows a modern and simplified React functional components code-style.
# Download, install and auto-link dependencies
$ yarn
# Start metro bundle server
$ yarn start
# Start Android build
$ yarn android
# Start IOS build
$ yarn ios
Please follow our Contribution Guidelines