Setup Your Project
Let’s configure your app with your credentials.Step 1: Clone & Install
Step 2: Run Setup Script
| Prompt | What to Enter |
|---|---|
| App name | Name shown on home screen |
| Bundle ID | com.yourcompany.yourapp |
| Supabase URL | From Supabase dashboard |
| Supabase Anon Key | From Supabase dashboard |
| RevenueCat API Key | Starts with appl_ |
| MixPanel Token | From MixPanel settings |
Step 3: Initialize EAS
Step 4: Run Database Migration
In Supabase SQL Editor, run the contents of:Files Created
| File | Purpose |
|---|---|
.env | Your API keys |
app.json | App name and bundle ID |
eas.json | Build environment variables |
Next Step
Run Locally
Start the development server and test on iOS Simulator