feat: add react native auth blog and quickstart. (#19006)

* feat: add react native auth blog and quickstart.

* Grammarly check

* Minor edits.

* Added og image.

* chore: add password sign in and gif.

---------

Co-authored-by: Ramiro Nuñez Dosio <ramiro@supabase.io>
This commit is contained in:
Thor 雷神 Schaeff
2023-11-17 03:06:50 +08:00
committed by GitHub
parent be9590c890
commit ed9c4e67f1
5 changed files with 664 additions and 0 deletions

View File

@@ -490,6 +490,7 @@ export const auth = {
items: [
{ name: 'Next.js', url: '/guides/auth/quickstarts/nextjs', items: [] },
{ name: 'React', url: '/guides/auth/quickstarts/react', items: [] },
{ name: 'React Native', url: '/guides/auth/quickstarts/react-native', items: [] },
],
},
{