react-native-google-autocomplete-modal

React Native Google Autocomplete Modal

Usage no npm install needed!

<script type="module">
  import reactNativeGoogleAutocompleteModal from 'https://cdn.skypack.dev/react-native-google-autocomplete-modal';
</script>

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