react-native-maps-directions-example
react-native-maps-directions-example copied to clipboard
Example app that uses react-native-maps-directions
trafficstars
react-native-maps-directions-example
Example app that uses react-native-maps-directions.
Nothing fancy, mainly just created to help out users who are having troubles with setting up their Google Maps Directions API Key.
Please refer to the react-native-maps-directions instructions on how to obtain and configure such an API Key.
Installation
-
Clone this repo
it clone [email protected]:bramus/react-native-maps-directions-example.git -
Install dependencies
arn install -
Adjust
App.jsand enter your Google Maps Directions API Key there:onst GOOGLE_MAPS_APIKEY = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX';
Running the app
There are some NPM Scripts provided to run this app.
yarn start: starts a Metro Bundleryarn ios: launches the iOS Simulator and compiles the iOS app