examples/auth/quickstarts/react-native/README.md
This example demonstrates how to use Supabase Auth with React Native and Expo.
Launch a new project in the Supabase Dashboard.
Create a .env file and populate with your Supabase connection variables:
You can find these in your Supabase Dashboard under Settings > API.
npm install
npm start
Follow the instructions in the terminal to open the app on your device or emulator.
├── App.tsx # Main app component
├── components/
│ └── Auth.tsx # Authentication form component
├── lib/
│ └── supabase.ts # Supabase client configuration
├── app.json # Expo configuration
├── package.json # Dependencies
└── tsconfig.json # TypeScript configuration