bramus / react-native-maps-directions-example

Example app that uses react-native-maps-directions

Home Page:https://github.com/bramus/react-native-maps-directions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

     git clone git@github.com:bramus/react-native-maps-directions-example.git
  • Install dependencies

     yarn install
  • Adjust App.js and enter your Google Maps Directions API Key there:

     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

About

Example app that uses react-native-maps-directions

https://github.com/bramus/react-native-maps-directions


Languages

Language:Java 28.7%Language:Ruby 24.6%Language:JavaScript 22.1%Language:Objective-C 20.3%Language:Starlark 2.8%Language:Swift 1.1%Language:C 0.5%