Add PropertyMap and PriceMarker components with property search functionality

This commit is contained in:
2026-01-31 23:22:12 +05:30
parent 5b04cc9a58
commit b9cae949d4
6 changed files with 380 additions and 20 deletions

View File

@@ -14,7 +14,9 @@
"peerDependencies": {
"react": ">=17",
"react-native": ">=0.70",
"react-native-maps": "^1.3.2"
"react-native-maps": "^1.3.2",
"react-native-map-clustering": "^3.4.0 || ^4.0.0",
"@react-native-community/geolocation": "^2.0.2"
},
"devDependencies": {
"typescript": "^5.0.0",