developerantoniosousa / react-native-login-facebook

Login example with facebook - React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login with Facebook

Installation

$ git clone https://github.com/developerantoniosousa/react-native-login-facebook.git
$ npm i // or yarn

Setup

You must access this wizard to collect information about your application and to make possible modifications.

Remember to change the facebook_app_id property in the strings.xml file.

<string name="facebook_app_id">123456789</string>

Setup

$ react-native run-android

Debug your app using JS Remontely, after make login with Facebook, the data of user show in console

About

Login example with facebook - React Native

License:MIT License


Languages

Language:Java 38.5%Language:Starlark 32.3%Language:JavaScript 29.2%