e051ce8e7f
- Remove EAS/expo.dev from prerequisites and build sections - Document build-apk.sh workflow step by step - Document first-time setup (Android SDK + keystore export + signing.env) - Update architecture tree (add lib/extractError.ts, remove expo-task-manager) - Remove Replit-specific sections (dev server, push via bundle, env vars) - Keep minimal eas.json (needed only for one-time keystore export via eas credentials) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
163 B
JSON
12 lines
163 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 16.0.0"
|
|
},
|
|
"build": {
|
|
"preview": {
|
|
"android": { "buildType": "apk" },
|
|
"ios": { "simulator": true }
|
|
}
|
|
}
|
|
}
|