react-native-mapbox-navigation
v0.1.1
Published
Smart Mapbox turn-by-turn routing based on real-time traffic for React Native.
Downloads
8
Readme
🗺️ React Native Mapbox Navigation
Smart Mapbox turn-by-turn routing based on real-time traffic for React Native.
:star: Features
- Simple installation and usage
- Mutable speech announcements
- Route simulation
:arrow_forward: Installation
npm i react-native-mapbox-navigation
cd ios && pod install --repo-update
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
:arrow_forward: Usage
<MapboxNavigation origin={[8.0, 46.0]} destination={[8.0, 46.0]} />
:computer: Contributing
Contributions are very welcome. Please check out the contributing document.
:bookmark: License
This project is Apache License 2.0 licensed.