Supabase Auth with plain React Native is so much easier than you'd imagine — just a neat setup and you're live with email signup, login, verification, and logout!
It's seamless with the Supabase JS SDK, AsyncStorage for sessions, and a light touch custom UI.
It's open-source, lean, and super dev-friendly.
Ideal for indie hackers who wanna ship fast without fighting with auth.
See it on GitHub:
https://github.com/niralspectrum/supabaseAuthReactNative — it's all on the main branch.