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

https://github.com/kockarevicivan/react-native-social-login

Example setup for FBSDK and Google sign in in React Native.
https://github.com/kockarevicivan/react-native-social-login

fbsdk google-signin react-native

Last synced: 2 months ago
JSON representation

Example setup for FBSDK and Google sign in in React Native.

Awesome Lists containing this project

README

          

# react-native-social-login

Example authentification process for FBSDK and Google sign in via ReactNative.

## Getting started

1. Install React Native as described at [https://facebook.github.io/react-native/docs/getting-started.html#content](https://facebook.github.io/react-native/docs/getting-started.html#content)
2. Clone this repository
3. Run `npm install` , all required components will be installed automatically
4. It is recommended to run `react-native start` command from root project directory.
5. Run your project from XCode (`Cmd+R`) for iOS, or use `react-native run-android` to run your project on Android.