I am failing to add authentication to my react-native/expo project, can someone please share a step to step guide on how they did it?
The user is having difficulty adding authentication to a React Native/Expo project and is requesting a step-by-step guide. A community member suggests checking the official Supabase documentation for guidance on Expo scheme setup and OAuth/magic link handlers.
The official Supabase docs have a guide that covers the Expo scheme setup, redirect URL configuration in your auth settings, and the OAuth/magic link handlers: https://supabase.com/docs/guides/auth/native-mobile-deep-linking
Are you hitting a specific error?