0.0.2 • Published 6 years ago
rn-mapbox-navigation-library-mad v0.0.2
react-native-mapbox-navigation
A React Native wrapper for MapBox Navigation
Installing the app
Installing the node dependencies
$ npm installInstalling the iOS dependencies
Installing Pods if not installed
$ sudo gem install cocoapodsInstalling the dependencies
$ cd ios && pod installAdding your Mapbox Token
Android replace {MAP_BOX_TOKEN} by your token in:
react-native-mapbox-navigation/android/app/src/main/res/values/strings.xml
Running the app
iOS from the Terminal
Run one of the command listed below
$ react-native run-iosAndroid from the Terminal
Run one of the command listed below
$ react-native run-android