Files
pwap/mobile/eas.json
T
pezkuwichain f89fd43855 feat(mobile): Add all missing screen registrations and fixes
- Add screen registrations to AppNavigator (P2P, Forum, TaxZekat,
  Launchpad, President, Vote, Validators, Proposals, Identity,
  KurdMedia, Perwerde, B2B)
- Fix supabase.ts with hardcoded fallback credentials for production
- Fix Home tab header (headerShown: false)
- Add new screen components for mini apps
- Update DashboardScreen with proper navigation and alerts
2026-01-16 19:41:23 +03:00

29 lines
506 B
JSON

{
"cli": {
"version": ">= 13.2.0",
"appVersionSource": "local"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk",
"credentialsSource": "local"
}
},
"production": {
"android": {
"buildType": "app-bundle",
"credentialsSource": "local"
}
}
},
"submit": {
"production": {}
}
}