dominoApp

Chiva Android Release Checklist

One-Time Setup

Local Validation

Run:

npm run typecheck
npm test -- --runInBand
npx expo config --type public
npx expo-doctor

Build

Run:

npx eas-cli login
npx eas-cli build --platform android --profile production

The production profile is configured for store distribution. EAS will produce an Android release artifact suitable for Play Console upload.

Submit

Run:

npx eas-cli submit --platform android --profile production

If EAS Submit is not configured with Google Play service account credentials, either follow the interactive prompts or upload the release artifact manually in Play Console.

Play Console Smoke Test

Play Console Listing