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.
- Host: GitHub
- URL: https://github.com/kockarevicivan/react-native-social-login
- Owner: kockarevicivan
- License: mit
- Created: 2019-03-20T12:01:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T12:13:02.000Z (over 7 years ago)
- Last Synced: 2025-03-27T17:49:25.462Z (over 1 year ago)
- Topics: fbsdk, google-signin, react-native
- Language: Objective-C
- Size: 26.9 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.