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
This commit is contained in:
2026-01-16 19:41:23 +03:00
parent 5c74c6306d
commit f89fd43855
26 changed files with 9032 additions and 1605 deletions
+6 -3
View File
@@ -1,6 +1,7 @@
{
"cli": {
"version": ">= 13.2.0"
"version": ">= 13.2.0",
"appVersionSource": "local"
},
"build": {
"development": {
@@ -10,12 +11,14 @@
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
"buildType": "apk",
"credentialsSource": "local"
}
},
"production": {
"android": {
"buildType": "apk"
"buildType": "app-bundle",
"credentialsSource": "local"
}
}
},