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