React Google Places Autocomplete
React component for easily use Google Places Autocomplete.
Getting started
Install the latest version:
Use the component!
Coming from v2? Check the migration guide
How to contribute?
-
Fork this repo
-
Clone your fork
-
Code ?
-
Test your changes
For this, I like to use yalc, as it allows to emulate the process of using npm/yarn.
- Install yalc
- Build project with
yarn build
ornpm run build
- Publish the package with yalc:
yalc publish
- Add the package to your test project
yalc add react-google-places-automocomplete
- If needed, to update the package on your test project:
yalc update react-google-places-autocomplete