Configure Tamagui dependencies
skillskillsetup L2★0
mercysperugachi/auth-esfot ↗What it does
Execute Tamagui UI + Google OAuth + CRUD app in phases
Best for
Structuring a multi-phase implementation of a full-stack mobile app with modern UI and backend auth
Inputs
- · Expo project template
- · Supabase credentials
- · design mockups
Outputs
- · working auth flow
- · CRUD screens
- · password change feature
- · styled app
Requires
- · Tamagui UI framework
- · Supabase Auth
- · Google OAuth
- · TanStack Query
- · Lottie animations
Preconditions
- · Expo project initialized
- · Supabase project created
- · Google OAuth configured
Failure modes
- · Tamagui config missing babel setup
- · Google OAuth redirect URI mismatch
- · RLS policies not applied to tables
Trust signals
- · Phased: dependencies → OAuth → CRUD → profile
- · RLS mentioned
- · Hook architecture (TanStack Query)
- · Tamagui layout constraints documented