GetMeThere is built with React Native with not even a trace of expo! This projects furfills the need of people with limited or expensive data as it takes only ~50kb
of data per route. And once a route is loaded, no more data is required! The data requirements are extremely lightweight compared to Google/Apple Maps because of the lack of interactive map. These maps are a serious data drain as they are downloading new map tiles on every swipe, zoom and tap.
GetMeThere is currently in the MVP (Minimal Viable Product) stage and development has only just begun!
Creake an Andriod development APK for GetMeThere
from the command line:
$ git clone https://github.com/MNThomson/GetMeThere.git
$ cd GetMeThere
$ ./android/gradlew assembleRelease
A file example.env
is provided. Rename this to .env
in the top level directory. Insert a Google API Key which has Maps and Transit API permissions.
IOS theoretically should just work...but no testing has been done as a result of the lack of Apple devies