Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhangyu1818/react-native-google-autocomplete-modal


https://github.com/zhangyu1818/react-native-google-autocomplete-modal

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# react-native-google-autocomplete-modal

React Native Google Autocomplete Modal

## Installation

```sh
npm install react-native-google-autocomplete-modal
```

## Usage

```js
import { openAutocompleteModal } from "react-native-google-autocomplete-modal";

// ...

openAutocompleteModal()
.then((res) => {
console.log(res);
})
.catch((err) => {
console.log(err);
});
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT