https://github.com/2359media/react-native-line-login
React Native LINE login
https://github.com/2359media/react-native-line-login
android ios line line-sdk react react-native
Last synced: about 1 year ago
JSON representation
React Native LINE login
- Host: GitHub
- URL: https://github.com/2359media/react-native-line-login
- Owner: 2359media
- Created: 2016-09-13T04:29:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T10:37:53.000Z (over 9 years ago)
- Last Synced: 2025-03-28T14:02:39.239Z (over 1 year ago)
- Topics: android, ios, line, line-sdk, react, react-native
- Language: Objective-C
- Homepage:
- Size: 1.21 MB
- Stars: 21
- Watchers: 12
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-line-login
[](https://www.npmjs.com/package/react-native-line-login)
[](http://badges.mit-license.org)
[](https://david-dm.org/2359media/react-native-line-login)
[](https://coveralls.io/github/2359media/react-native-line-login?branch=master)
[](https://gitter.im/react-native-line-login/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
Let your users sigin with their LINE account.
## Requirements
- Node v4
- React Native v0.33.0
- LINE SDK iOS v3.1.17 and Android v3.1.19
## Installation
### - With RNPM
```bash
react-native install react-native-line-login
```
### - Manual
```bash
npm install react-native-line-login --save
```
```bash
react-native link
```
## Configuration and usage
See [android-guide.md](https://github.com/2359media/react-native-line-login/blob/master/docs/android.guide.md) and [ios-guide.md](https://github.com/2359media/react-native-line-login/blob/master/docs/ios.guide.md)
## Additional scopes
## Contribution
This package cannot be done without awesome help from [@vinhnx](https://github.com/vinhnx) and [@nguyendong2359](https://github.com/nguyendong2359)
- [@vunguyentuan](mailto:tuanvu.vn007@gmail.com) The main author.
- [@vinhnx](mailto:vinhnguyen2308@gmail.com) iOS supporter.
- [@nguyendong2359](https://github.com/nguyendong2359) Android supporter.
## Licence
(MIT)