Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gusparis/react-native-autofill
https://github.com/gusparis/react-native-autofill
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gusparis/react-native-autofill
- Owner: gusparis
- License: mit
- Created: 2020-08-20T19:09:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T06:14:13.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T16:15:25.996Z (3 months ago)
- Language: Java
- Size: 419 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-rn-autofill
## Getting started
`$ npm install react-native-rn-autofill --save`
### Mostly automatic installation
`$ react-native link react-native-rn-autofill`
## Usage
```javascript
import RnAutofill from 'react-native-rn-autofill';// TODO: What to do with the module?
RnAutofill;
```