I am using react-native-fbsdk-next to connect Facebook Auth in the react native app. I am using 'LoginManager.logOut()' code to logout a user.
After logging out, if another user tries to log in again then app does not ask for the username and password again. How can I log out a user from the app? I am not logged in to the Facebook account on this device.