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

@@ -1,3 +1,9 @@
export { default as MapView } from './MapView';
export type { MapHandle } from './MapView';
export { Marker, Polyline, PROVIDER_GOOGLE } from 'react-native-maps';
// High-level components
export { default as PropertyMap } from './components/PropertyMap';
export { default as PriceMarker } from './components/PriceMarker';
export { formatPrice } from './components/PriceMarker';
export type { PropertyItem } from './components/PriceMarker';