https://github.com/zekiunal/react-native-authflow
https://github.com/zekiunal/react-native-authflow
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zekiunal/react-native-authflow
- Owner: zekiunal
- License: other
- Created: 2020-01-13T15:13:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T08:22:55.000Z (almost 6 years ago)
- Last Synced: 2025-11-12T18:23:43.926Z (7 months ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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;
```