https://github.com/bramus/react-native-maps-directions-example
Example app that uses react-native-maps-directions
https://github.com/bramus/react-native-maps-directions-example
Last synced: 3 months ago
JSON representation
Example app that uses react-native-maps-directions
- Host: GitHub
- URL: https://github.com/bramus/react-native-maps-directions-example
- Owner: bramus
- Created: 2019-08-30T10:17:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:31:15.000Z (over 3 years ago)
- Last Synced: 2025-04-14T22:53:29.333Z (about 1 year ago)
- Language: Java
- Homepage: https://github.com/bramus/react-native-maps-directions
- Size: 1.66 MB
- Stars: 24
- Watchers: 2
- Forks: 17
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `react-native-maps-directions-example`
Example app that uses [`react-native-maps-directions`](https://github.com/bramus/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`](https://github.com/bramus/react-native-maps-directions) instructions on how to obtain and configure such an API Key.
## Installation
- Clone this repo
```bash
git clone git@github.com:bramus/react-native-maps-directions-example.git
```
- Install dependencies
```bash
yarn install
```
- Adjust `App.js` and enter your Google Maps Directions API Key there:
```js
const GOOGLE_MAPS_APIKEY = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX';
````
## Running the app
There are some NPM Scripts provided to run this app.
- `yarn start`: starts a Metro Bundler
- `yarn ios`: launches the iOS Simulator and compiles the iOS app