Commit Graph

4 Commits

Author SHA1 Message Date
af9247fecc Update ServicesScreen to include localized titles for service cards and improve layout with FlatList integration
- Added localized titles for each service in the services array.
- Updated FlatList to render service cards using the new title property.
- Minor style adjustment to the title margin for better alignment.
2025-08-20 10:49:38 +05:00
a8ec876cc0 Add 'Programs' tab to TabLayout and refactor ServicesScreen to use FlatList for service cards
- Introduced a new 'Programs' tab in the TabLayout with localized title and icon.
- Refactored ServicesScreen to replace ScrollView with FlatList for improved performance and layout, displaying service cards with icons.
- Updated localization files to include new keys for services and programs.
2025-08-20 10:31:51 +05:00
e431c42df1 Implement multilingual support by integrating i18n for dynamic text rendering across the app. Added language selection modal in HomeScreen and updated various components to utilize localized strings. Updated package dependencies for async storage and localization. 2025-08-16 22:24:47 +05:00
a447d80f36 Base design done 2025-08-16 20:29:01 +05:00