Route displayed on map | Looked up point details |
- React Native
- Expo (bare workflow)
- Mapbox SDK for React Native
- Nominatim API
- Open-Elevation API
- Firebase
At the moment app is only accessible to run on Android-based devices, in the future it will be extended to support iOS devices.
# Install project dependencies
yarn install
or
npm install
# Run metro server
yarn react-native start
or
npm react-native start
# Run android emulator or debug on physical device
yarn react-native run-android
or
npm react-native run-android