Skip to content

Davidvision/react-native-mapbox-navigation

 
 

Repository files navigation

react-native-mapbox-navigation

A React Native wrapper for MapBox Navigation

Installing the app

Installing the node dependencies

$ npm install

Installing the iOS dependencies

Installing Pods if not installed

$ sudo gem install cocoapods

Installing the dependencies

$ cd ios && pod install

Adding your Mapbox Token

Android replace {MAP_BOX_TOKEN} by your token in: react-native-mapbox-navigation/android/app/src/main/res/values/strings.xml

iOS replace {MAP_BOX_TOKEN} by your token in: react-native-mapbox-navigation/ios/RNMapboxNavigation/Info.plist

Running the app

iOS from the Terminal

Run one of the command listed below

$ react-native run-ios

Android from the Terminal

Run one of the command listed below

$ react-native run-android

About

A React Native wrapper for MapBox Navigation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 43.1%
  • Objective-C 20.2%
  • JavaScript 16.6%
  • Swift 10.8%
  • Python 7.8%
  • Ruby 1.0%
  • C 0.5%