Context
mobile/ is an Expo + React Native app with screens, components, and theme in place, but it cannot produce an APK: there is no app.json (or app.config.ts), no eas.json, and no assets/ directory (icon, adaptive icon, splash).
Tasks
Acceptance criteria
eas build -p android --profile preview completes and produces an installable APK.
Context
mobile/is an Expo + React Native app with screens, components, and theme in place, but it cannot produce an APK: there is noapp.json(orapp.config.ts), noeas.json, and noassets/directory (icon, adaptive icon, splash).Tasks
app.jsonwith name, slug, android package id, version, and asset referencesassets/— app icon, adaptive icon, splash screeneas.jsonwith apreview(APK) andproduction(AAB) build profilemobile/README(eas build -p android --profile preview)Acceptance criteria
eas build -p android --profile previewcompletes and produces an installable APK.