Refactor example app and add location tracking functionality with tests
This commit is contained in:
@@ -2,6 +2,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';
|
||||
export { useLocationTracking } from './hooks/useLocationTracking';
|
||||
|
||||
// High-level components
|
||||
export { default as PropertyMap } from './components/PropertyMap';
|
||||
|
||||
Reference in New Issue
Block a user