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