A React Native wrapper for MapBox Navigation
$ npm install
$ sudo gem install cocoapods
$ cd ios && pod install
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
Run one of the command listed below
$ react-native run-ios
Run one of the command listed below
$ react-native run-android