Skip to content

React Native mobile application that loads driving direction data from Google Map Platform Directions Service and displays the directions on a map given a user's input. The origin is the current location, and the destination should be wherever the user wants to go.

Notifications You must be signed in to change notification settings

pbaqui/MapChallenge

Repository files navigation

Map Challenge

How to add GOOGLE_API_KEY

In .env

GOOGLE_API_KEY=abc123

How deploy app

  • Step 1: Install packages

To install all the packages run the command inside the project folder

$ yarn
  • Step 2: Start Metro

To start Metro, run it inside the project folder

$ yarn start
  • Step 3: Start your application

Let Metro Bundler run in its own terminal. Open a new terminal inside your React Native project folder. Run the following:

$ yarn android

Note: This application was tested in android.

About

React Native mobile application that loads driving direction data from Google Map Platform Directions Service and displays the directions on a map given a user's input. The origin is the current location, and the destination should be wherever the user wants to go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published