Update layout and localization for improved functionality

- Added AsyncStorage and utility functions for future enhancements.
- Commented out ServicesGrid component in HomeScreen for potential redesign.
- Updated English and Russian localization files with new phrases and translations for prayer times and services.
This commit is contained in:
2025-09-01 18:34:22 +05:00
parent f519052b7b
commit 3d9b8601bf
6 changed files with 86 additions and 3 deletions

3
utils/api.ts Normal file
View File

@@ -0,0 +1,3 @@
export const BASE_URL = 'http://127.0.0.1:8000/';
export const CURRENCY_RATES_ENDPOINT = 'api/v1/currency-rates';