UNPKG

@jonasthetours/react-native-graphhopper-mapbox-navigation

Version:

Smart Mapbox turn-by-turn routing based with Graphhopper as the route source.

4 lines (3 loc) 157 B
import { IMapboxNavigationProps } from './typings'; declare const MapboxNavigation: (props: IMapboxNavigationProps) => any; export default MapboxNavigation;