79810744

Date: 2025-11-06 01:00:06
Score: 1.5
Natty:
Report link

Implementing Google-OAuth with expo-auth-session is quite problematic and will lead you to all sorts of redirect URI and authorization errors (I have had the same issue before). Instead, I recommend using @react-native-google-signin/google-signin which is also what Expo Documentation recommends as well for a more streamlined and issue-free experience. However, for this method you will require a dev build (EAS build recommended) and some setup (on the documentation page).

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @which
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: knnorou2