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

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

Awesome Lists containing this project

README

          

# react-native-line-login

[![npm version](https://img.shields.io/npm/v/react-native-line-login.svg?style=flat-square)](https://www.npmjs.com/package/react-native-line-login)
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)
[![Dependency Status](https://david-dm.org/2359media/react-native-line-login.svg)](https://david-dm.org/2359media/react-native-line-login)
[![Coverage Status](https://coveralls.io/repos/github/2359media/react-native-line-login/badge.svg?branch=master)](https://coveralls.io/github/2359media/react-native-line-login?branch=master)
[![Gitter](https://badges.gitter.im/react-native-line-login/Lobby.svg)](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)