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