Implement camera controls and expose MapHandle API in MapView

This commit is contained in:
2026-01-30 23:00:14 +05:30
parent 8710bc7a7f
commit 5b04cc9a58
4 changed files with 113 additions and 6 deletions

View File

@@ -1,2 +1,3 @@
export { default as MapView } from './MapView';
export type { MapHandle } from './MapView';
export { Marker, Polyline, PROVIDER_GOOGLE } from 'react-native-maps';