Module

ReactNative.Components.Picker

Package
purescript-reactnative
Repository
doolse/purescript-reactnative

See Picker

#PickerProps Source

type PickerProps a = ViewPropsEx (onValueChange :: EventHandler a, selectedValue :: a) (enabled :: Boolean, mode :: PickerMode, prompt :: String) (itemStyle :: Styles)

#PickerMode Source

newtype PickerMode

#PickerItem Source

newtype PickerItem

#picker Source

#picker' Source

#pickerItem Source

pickerItem :: forall a. PickerType a => String -> a -> PickerItem

#PickerType Source