FBSDK does not allow to sign in with a different account after logging out

91 Views Asked by At

i have integrate fb login in react native its working fine but i am logout and comeback again not showing user name and password screen

`import {LoginManager} from 'react-native-fbsdk-next';

const handleLogout = async () => { await LoginManager.logOut(); };` enter image description here

0

There are 0 best solutions below