Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 812 Bytes

File metadata and controls

36 lines (23 loc) · 812 Bytes

🗺️ React Native Mapbox Navigation

IMPORTANT: This is still a Work in Progress. Not yet functional.

Smart Mapbox turn-by-turn routing based on real-time traffic for React Native.

⭐ Features

  • Simple installation and usage
  • Mutable speech announcements
  • Route simulation

▶️ Installation

npm i react-native-mapbox-navigation
cd ios && pod install --repo-update
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

▶️ Usage

<MapboxNavigation origin={[8.0, 46.0]} destination={[8.0, 46.0]} />

💻 Contributing

Contributions are very welcome. Please check out the contributing document.

🔖 License

This project is Apache License 2.0 licensed.