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
- Host: GitHub
- URL: https://github.com/zekiunal/react-native-appflow
- Owner: zekiunal
- License: mit
- Created: 2020-02-26T11:09:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T13:49:43.000Z (over 6 years ago)
- Last Synced: 2025-11-11T23:57:25.362Z (8 months ago)
- Language: JavaScript
- Size: 5.86 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-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;
```