Skip to content

React Native based Smartphone App for CargoBike-Navigation

License

Notifications You must be signed in to change notification settings

CargoRocket/App

Repository files navigation

CargoRocket App

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.

Development

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

Contribute

Please follow our Contribution Guidelines