Module Picker-BsReactNative.Item

Picker.Item component is used only inside <Picker></Picker> component

Props

label
label: string
color
color: string=?
value
value: 'value=?
let make: ?⁠color:string => label:string => ?⁠value:'value => ?⁠testID:string => array(ReasonReact.reactElement) => ReasonReact.component(ReasonReact.stateless, ReasonReact.noRetainedProps, unit);