/Google-geolocation-with-Maps-in-React-Native

This module will mark current location on google maps of any user using it.

Primary LanguageJavaScript

Google-geolocation-with-Maps-in-React-Native

This module will get current coordinates of mobile device and mark the location on a map with a marker which will tell you "you are here" as you have observed in GOOGLE MAPS.

Getting started

These instructions will get you a basic requirements to run this project.

Prerequisites

  • Install expo app in you moblie device.
  • react-geocode
    • This module is used to get current location of user. Initially when user open this application marker will show current location.
    • A module to transform a description of a location (i.e. street address, town name, etc.) into geographic coordinates (i.e. latitude and longitude) and vice versa.
  • react-native-maps
    • React Native Map components for iOS + Android.
  • GOOGLE-MAPS-API

Installation

expo start

  • Scan Qr code which will shown on your desktop screen with your expo app.
  • The page will reload if you make edits.
  • You will also see any lint errors in the console.

Built With