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