Currently facing this is issue while adding facebook login to app in react native
i am using
react-native-fbnext@9.0.0
Currently facing this is issue while adding facebook login to app in react native
i am using
react-native-fbnext@9.0.0
I used to have an error like this with IOS. My solution is check config key FacebookSDK in file Info.plist ios/name_project/Info.plist. Make sure that is correct with tutorial step 2 of FB: https://developers.facebook.com/docs/ios/getting-started/
If your mode is set to development,
try login with test users from the facebook developer account
Inside your device logout with any other fb account if it is there.
Follow the quickstart guide in facebook sdk properly.
Then it will ask for facebook login
You need to log in with the same account on phone as well as the developer account when you're in development mode.
i just fount the solution of that probem, you need to login with the same facbook account which you login in the facebook developer account syed06411@gmail.com this person help
Brother just turn on your app status(live) from your facebook developer account. After filling all your information.
And Also use latest dependency. I've added below dependency in my project and it's working.
implementation 'com.facebook.android:facebook-android-sdk:[8,9)'