Skip to content

mslabenyak/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