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 :: forall a. PickerType a => a -> EventHandler a -> Array PickerItem -> ReactElement
#picker' Source
picker' :: forall o a. PickerType a => Optional o (PickerProps a) => Record o -> Array PickerItem -> ReactElement
#pickerItem Source
pickerItem :: forall a. PickerType a => String -> a -> PickerItem
- Modules
- ReactNative.
API - ReactNative.
Android. API - ReactNative.
Android. Components - ReactNative.
Android. Components. ProgressBarAndroid - ReactNative.
Components - ReactNative.
Components. ActivityIndicator - ReactNative.
Components. Button - ReactNative.
Components. Image - ReactNative.
Components. ListView - ReactNative.
Components. Modal - ReactNative.
Components. NavigatorIOS - ReactNative.
Components. Picker - ReactNative.
Components. SafeAreaView - ReactNative.
Components. ScrollView - ReactNative.
Components. Slider - ReactNative.
Components. Switch - ReactNative.
Components. Text - ReactNative.
Components. TextInput - ReactNative.
Components. Touchable - ReactNative.
Components. TouchableNativeFeedback - ReactNative.
Components. View - ReactNative.
Events - ReactNative.
Internal. Undefinable - ReactNative.
Optional - ReactNative.
Platform - ReactNative.
PropTypes - ReactNative.
PropTypes. Color - ReactNative.
Styles - ReactNative.
Styles. Flex - ReactNative.
Styles. Image - ReactNative.
Styles. Text - ReactNative.
Unsafe. ApplyProps - ReactNative.
Unsafe. Components