Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zhangyu1818/react-native-google-autocomplete-modal
- Owner: zhangyu1818
- License: mit
- Created: 2022-01-01T10:52:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-02T07:26:13.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T19:42:33.594Z (about 1 month ago)
- Language: TypeScript
- Size: 396 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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