react-native-google-autocomplete-modal
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

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

Package Sidebar

Install

npm i react-native-google-autocomplete-modal

Weekly Downloads

2

Version

0.0.0

License

MIT

Unpacked Size

317 kB

Total Files

131

Last publish

Collaborators

  • zhangyu1995