Skip to content

React native code intergrating google maps & google places api for place suggestions

Notifications You must be signed in to change notification settings

mdmoin7/React-Native-Maps-Autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Maps Autocomplete

React native app to integrate Google maps & google places api to provide you with typeahead suggestions. To run the sample code

Clone the repo Run command npm install expo start

Please note the app requires google places API to be configured in the google developer console. You can configure the same from https://developers.google.com/maps/documentation/ & enable Google Maps Geocoding API

ADD the API Key in map-input.js file

query={{ key: 'YOUR_API_KEY_HERE', language: 'en' }}

You can also view the sample code on snack https://snack.expo.io/@mdmoin/react-native-maps

About

React native code intergrating google maps & google places api for place suggestions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published