Add PropertyMap and PriceMarker components with property search functionality
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user