A React Native wrapper for MapBox Navigation upgraded to version 0.59.9
=> updated react-native-geolocation-service by @react-native-community/geolocation
=> updated android.support.annotation by andoidx.annotation
=> installed jetifier
=> working on android but needs ios debug because i don't have a Mac
=> updated App.js to start at gps current position
$ 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