Add camera presets and enhance App component with camera controls

This commit is contained in:
2026-02-02 23:46:52 +05:30
parent b9cae949d4
commit fb56521d84
4 changed files with 119 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
export { default as MapView } from './MapView';
export type { MapHandle } from './MapView';
export { Marker, Polyline, PROVIDER_GOOGLE } from 'react-native-maps';
export { CameraPresets } from './cameraPresets';
// High-level components
export { default as PropertyMap } from './components/PropertyMap';