A simple React Native Apple OAuth starter built with Supabase and Tailwind RN.
How to use Supbase Apple OAuth in React Native
npm install
/lib/supabase-keys-example.js
to /lib/supabase-keys.js
and add your keys from the Supabase dashboard in Settings > API. Don't store keys like this in prod!npm run tailwind:dev
in one terminal windownpm run start
in another terminal windowTroubleshooting:
exp://192.168.0.158:19000
.supabase-project-id.supabase.co
without a leading https:// in the Service ID Identifier for Apple and the return URL is set to https://supabase-project-id.supabase.co/auth/v1/callback
Pull requests are welcome if they improve upon the current code and do not add new features/dependencies.
MIT