Princess Janf

React Native: Maps With Direction From Current Location

projects - 4 December 2017

To be able to create Maps with direction to particular destination from current location, I used Airbnb’s react-native-maps (for displaying maps), React Native’s Geolocation (to get device’s current location) and Google Directions API (to get routes to destination).

There are a lot of ways to do this, this is just one of them. If you prefer the step-by-step tutorial, go visit my Medium!

Tags: native, react