0.1.3 • Published 1 year ago

rn-social-login v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

rn-social-login

Library support login social for react-native

Requirements

  • RN >= 0.60

Installation

yarn add rn-social-login @react-native-google-signin/google-signin @invertase/react-native-apple-authentication

Usage

Google

See this guide to learn how to setup google (firebase, google cloud...)

import { multiply } from 'rn-social-login';

// ...

const result = await multiply(3, 7);

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