MapView
Package: @tesserix/native
Import
import { MapView } from '@tesserix/native'Related types
MapViewProps
Source
- Component:
packages/native/src/components/MapView/MapView.tsx - Story:
packages/native/src/components/MapView/MapView.stories.tsx - Test:
packages/native/src/components/MapView/MapView.test.tsx
Status
- Exported from package entry: Yes
- Component implementation file: Present
Example
import { MapView } from '@tesserix/native'
export function DemoMapView() {
return <MapView />
}