/react-native-mapbox-navigation-1

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

Primary LanguageJavaApache License 2.0Apache-2.0

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