How to resolve ‘App not active’ error in Facebook Login with React Native while in development mode?

Facebook Developer Console

here is my error enter image description here

Pls help i try all things but not working

I’m working on integrating Facebook Login into my React Native app using the react-native-fbsdk-next library. However, when trying to log in, I encounter the above error

Context:
My app is currently in development mode on the Facebook Developer platform.
I want to keep the app in development mode, as it’s still in the testing phase.
What I Need Help With:

Is it possible to resolve this error without switching the app to live mode?
Are there any specific configurations or settings I need to adjust in the Facebook Developer Console to allow testing while in development mode?
Has anyone else encountered this issue while in development mode, and how did you overcome it?
What I’ve Tried:

I’ve checked the Facebook Developer Console and confirmed that the app is in development mode.
I’ve added test users under App-Roles > Roles but still face the same issue.