Refactor code structure to improve readability and maintainability

This commit is contained in:
2025-12-29 23:51:13 +05:30
parent ce33675a86
commit 41aac35964
4 changed files with 1766 additions and 1394 deletions

View File

@@ -20,7 +20,8 @@
"react-native": "0.82.1",
"react-native-maps": "^1.26.20",
"react-native-permissions": "^5.4.4",
"react-native-safe-area-context": "^5.5.2"
"react-native-safe-area-context": "^5.5.2",
"react-native-webview": "^13.16.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",