1

Verify env files

Add missing keys based on the integrations you enabled (Supabase, Notifications, RevenueCat, Sentry, Stripe, Resend, Google/Apple).
2

Prebuild and Build

npx expo prebuild --clean
eas build --platform ios --profile development
# or
eas build --platform ios --profile production
3

Submit

eas submit --platform ios
eas submit --platform android