react-native-oauth
react-native-oauth copied to clipboard
No way to switch to other Google/Facebook account
After signing once to Facebook or Google it start to sign you instantly, and account selection page doesn't ever appear.
The login pages save sessions in cookies. You must clear the cookies if you want to switch user accounts for each provider using react-native-cookie. Use Cookie.clear() https://github.com/shimohq/react-native-cookie
@justinlok thank you, Cookie.clear() works for Android, but on iOS problem not resolved, after first sign-in, all next sign-in instantly returns result, without prompting for login/password.