disabled
boolean
Is the item disabledgetItemLabel
(value: string | number) => string
Custom function for the item labelisSelected
boolean
Is the item selectedlabel
string
Item's labellabelStyle
ViewStyle
Item's label styleonPress
(selected: boolean | undefined, props: any) => void | Promise<boolean>;
Callback for onPress action, will stop selection if false is returnedonSelectedLayout
(event: LayoutChangeEvent) => void
Callback for onLayout eventselectedIcon
string
Pass to change the selected iconselectedIconColor
ImageSource
Pass to change the selected icon colorvalue
string | number
Item's value