Dave
Decision on auth
As far as I know, next-auth does not work with react native.
There is a fork of the t3 turbo repo (nextjs + react native) that uses clerk for auth: https://github.com/clerkinc/t3-turbo-and-clerk
You can also checkout this fork that uses supabase with nextjs and react native:
https://github.com/supabase-community/create-t3-turbo
So I think you wont be able to use next-auth on react-native but there are providers like supabase and clerk that allow you to use social logins (twitter,google, discord) on react-native.
2 replies