Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gusparis/react-native-autofill


https://github.com/gusparis/react-native-autofill

Last synced: 28 days ago
JSON representation

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;
```