react-native-google-autocomplete-modal
v0.0.0
Published
React Native Google Autocomplete Modal
Downloads
2
Readme
react-native-google-autocomplete-modal
React Native Google Autocomplete Modal
Installation
npm install react-native-google-autocomplete-modal
Usage
import { openAutocompleteModal } from "react-native-google-autocomplete-modal";
// ...
openAutocompleteModal()
.then((res) => {
console.log(res);
})
.catch((err) => {
console.log(err);
});
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT