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
+9 -1
View File
@@ -26,7 +26,10 @@
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false,
"permissions": ["android.permission.CAMERA"]
"permissions": [
"android.permission.CAMERA",
"android.permission.RECORD_AUDIO"
]
},
"plugins": [
[
@@ -38,6 +41,11 @@
],
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "99a5c55c-03dd-4eec-856d-4586d9ca994b"
}
}
}
}