Paramount
Edit page
IntroductionCustomizationLayout
Components
AlertAvatarBadgeBoxButtonCheckboxCollapsibleContainerCounterDialogDividerDrawerFormFieldHeadingIconLabelListItemListPickerModalNativePickerUsageNativePicker PropsParagraphPickerPopoverProgressBarRatingRow and ColumnSliderSwitchTextTextInputToastVisibleWheelPicker
ContributingReadme

NativePicker

Usage

Composes React Native's Picker

NativePicker Props

Extends native Picker

overrides
Partial<{ picker: overridewithstyle<nativepickerbaseprops<tvalue>, pickerprops, styleprop<textstyle>>; }> | undefined
size
Number | "small" | "medium" | "large" | undefined
"medium"
options
Nativepickeroption<tvalue>[] | undefined
onValueChange
((itemvalue: tvalue, itemposition: number) => void) | undefined
value
Tvalue | null | undefined
testID
String | undefined