# react-native-authflow

## Getting started

`$ npm install react-native-authflow --save`

### Mostly automatic installation

`$ react-native link react-native-authflow`

## Usage
```javascript
import Authflow from 'react-native-authflow';

// TODO: What to do with the module?
Authflow;
```
