Login Facebook
How to config Application on Facebook Developer
Go to https://developers.facebook.com and login with your account.
Click on
Add new applicationbutton and Create new with your application.After created, you see like so:

4. Choose your app and Go to Settings -> Information basic and update more info:
Name
Contact email
URL Privacy
Logo
Category
After complete, please save.

5. On very bottom, click to Add Platform and choose iOS or Android

6. Complete more field for iOS and Android * iOS: + Insert Bundle ID + Turn on Single Sign On * Android: + Insert Package Name + Insert Class Name (ex: your.package.name.MainActivity) + Insert Key Hash for developer and production, details: https://developers.facebook.com/docs/android/getting-started/ + Turn on Single Sign On


How to config Application on React Native Application
Android platform:
Go to
string.xmlfromandroid/app/src/main/res/values.Replace
facebook_app_idwith your ID facebook app.

2. iOS platform:
Go to
info.plistfromios/nameappReplace
fb230164674773112with "fb" + your ID facebook appOn key
FacebookAppID, replace with "fb" + your ID facebook app.On key
FacebookDisplayName, replace with your name app facebook.

Last updated
Was this helpful?