0.1.1 • Published 3 years ago

rn-line-login-android v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-line-login

A react native wrapper for the line sdk login and access token functionality. This module wraps: https://github.com/line/line-sdk-android

The code that bridges has been lifted from: https://github.com/xmartlabs/react-native-line

Installation

npm install react-native-line-login

Usage

import LineLogin from 'react-native-line-login';

// ...

const result = await LineLogin()

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library