wellnua-lite/eas.json
Sergei 4b97689dd3 UI improvements: voice call layout and chat keyboard
- Remove speaker button empty space (2-button centered layout)
- Remove "Asteria voice" text from voice call screen
- Fix chat input visibility with keyboard
- Add keyboard show listener for auto-scroll

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-20 11:28:24 -08:00

46 lines
924 B
JSON

{
"cli": {
"version": ">= 5.0.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"development-simulator": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
}
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"production": {
"autoIncrement": true,
"ios": {
"credentialsSource": "remote"
},
"android": {
"buildType": "apk"
}
}
},
"submit": {
"production": {
"ios": {
"appleTeamId": "UHLZD54ULZ",
"ascAppId": "6756594148",
"ascApiKeyPath": "./AuthKey_GA9C2GRPHS.p8",
"ascApiKeyId": "GA9C2GRPHS",
"ascApiKeyIssuerId": "dcac5647-0710-4764-affd-2d3270bf49d4"
}
}
}
}