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.
This commit is contained in:
2025-09-01 13:11:31 +05:00
parent 6797ab6d9e
commit f519052b7b
12 changed files with 452 additions and 106 deletions

View File

@@ -18,10 +18,12 @@
"@react-navigation/native": "^7.1.6",
"adhan": "^4.4.3",
"expo": "~53.0.20",
"expo-file-system": "~18.1.11",
"expo-font": "~13.3.2",
"expo-linking": "~7.1.7",
"expo-localization": "^16.1.6",
"expo-router": "~5.1.4",
"expo-sharing": "~13.1.5",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"expo-system-ui": "~5.0.10",
@@ -29,14 +31,12 @@
"expo-web-browser": "~14.2.0",
"i18n-js": "^4.5.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.5",
"react-native-picker-select": "^9.3.1",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-vector-icons": "^10.3.0",
"react-native-web": "~0.19.6"
"react-native-vector-icons": "^10.3.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",