0.1.1 • Published 4 years ago

react-native-mapbox-navigation v0.1.1

Weekly downloads
8
License
Apache-2.0
Repository
github
Last release
4 years ago

🗺️ 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.