What problem does it solve?
Wire a mobile React Native (Expo) taw-kit project to a Supabase backend with session persistence, magic-link OAuth callbacks via expo-linking, realtime subscriptions, and shared TypeScript types with the Next.js web app twin. This mobile counterpart mirrors the web auth-magic-link flow while respecting RN-specific constraints. Trigger phrases: "supabase react native", "supabase mobile", "auth mobile expo", "magic link mobile", "tich hop supabase vao app", "supabase deep link".
Core Features & Use Cases
- RN Supabase client wiring for auth and realtime
- Session persistence with AsyncStorage
- Magic-link sign-in with deep linking via expo-linking
- Shared TypeScript types with the Next.js web app twin
- Cross-platform parity with the web counterparts
Quick Start
Install and wire the RN Supabase integration in your Expo project to enable magic-link authentication and realtime data syncing.