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

https://github.com/zekiunal/react-native-appflow

react-native-appflow
https://github.com/zekiunal/react-native-appflow

Last synced: 5 months ago
JSON representation

react-native-appflow

Awesome Lists containing this project

README

          

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