How should I implement google maps direction service / routing in react native. Is there a way to use vanilla JS google map code instead of any package. Does Airbnb's react-native-maps package supports direction service ?
you can use react-native-maps-directions in react-native-maps to plot route from origin to destination and also have the ability to display waypoint between the origin or source to the destination
Onwuegbuzie Chisom Dike
RayJ'd
you can use react-native-maps-directions in react-native-maps to plot route from origin to destination and also have the ability to display waypoint between the origin or source to the destination