Commit Graph

13 Commits

Author SHA1 Message Date
Mekan1206
e542371268 Add expo-asset dependency and update layout for safe area insets
- Included expo-asset in app.json and package.json for asset management.
- Refactored layout components in HomeScreen, TabIndex, Programs, and ServicesScreen to utilize safe area insets for better UI on different devices.
- Updated StatusBar style in RootLayoutNav for improved visibility.
2025-09-17 19:14:09 +05:00
f519052b7b Enhance app functionality and localization
- Added new dependencies: expo-file-system and expo-sharing.
- Updated package versions for @babel/core and react-dom.
- Introduced a new index screen for displaying prayer times with city selection.
- Refactored ServicesGrid to accept a dynamic services array and improved layout.
- Updated localization for new phrases and service titles in Turkmen.
- Enhanced LostKeyModal with a close button and additional text.
- Improved PhrasebookModal to allow expandable phrases for better user interaction.
2025-09-01 13:11:31 +05:00
a2a4591848 Add TranslatorModal and PhrasebookModal to ServicesScreen; update localization for new phrases 2025-08-21 18:28:08 +05:00
e1d9b688d9 Add HotelBusinessCardModal and LostKeyModal to ServicesScreen; update localization for 'Lost room key' 2025-08-21 17:57:35 +05:00
dc76633cb1 Update service titles in ServicesScreen to use localized strings from the i18n library
- Changed service titles to their corresponding localized versions in Turkmen.
- Added new localization keys for 'Money', 'Hotel', 'Lost room key', and 'Translator' in the tk.json file.
2025-08-21 17:36:43 +05:00
7ecbe23e0d Refactor ServicesScreen to enhance modal management and localization
- Updated modal state management by introducing separate states for each service modal.
- Changed service titles to localized versions in Turkmen.
- Improved CurrencyConverterModal integration by updating visibility state and placeholder text color for better user experience.
2025-08-21 17:35:03 +05:00
f796f832a8 Refactor ServicesScreen to use a dynamic services array and improve layout
- Introduced a services array to dynamically render service cards with localized titles and icons.
- Updated layout styles for a grid display of service cards, enhancing visual organization.
- Added new localization keys for services in English, Russian, and Turkmen.
2025-08-20 18:43:05 +05:00
b5d3133c24 Enhance ServicesScreen with Currency Converter Modal and localization updates
- Added a CurrencyConverterModal to the ServicesScreen, triggered by a new TouchableOpacity around the service card for currency calculation.
- Updated localization file to include a new key for the currency converter.
2025-08-20 18:34:31 +05:00
4b3aedbd96 adjust styles 2025-08-20 18:18:44 +05:00
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