App is not active. App is not accessible right now. Facebook Login issue React native

Viewed 4452

Currently facing this is issue while adding facebook login to app in react native

i am using

react-native-fbnext@9.0.0

Facebook Login Error

5 Answers

If your mode is set to development,

  1. try login with test users from the facebook developer account

  2. Inside your device logout with any other fb account if it is there.

  3. 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)'

Related