Hi,
I’m using an Android emulator for react-native expo project on Windows 11 and facing an issue with OAuth integration (Clerk OAuth and app write OAuth) where the flow doesn’t complete:
1 Click on the Google OAuth sign-in button.
2 The Chrome pop-up opens with options to “Continue without signing in” or “Add an account.”
3 When selecting either option, the pop-up that should display the Google OAuth flow to sign in doesn’t load fully or just flickers with Play Store colors.
This issue is preventing the OAuth screen from being displayed to sign in the user.
I searched online but couldn’t find a solution. I need assistance to understand if Google OAuth is disabled on Android emulators and will work once deployed on a physical device. Also, the OAuth flow worked on the Expo web route, which adds to my confusion.
Could someone please help?
Thanks!