Module
ReactNative.Components.Touchable
- Package
- purescript-reactnative
- Repository
- doolse/purescript-reactnative
#TouchablePropsEx Source
type TouchablePropsEx r = (accessibilityComponentType :: AccessibilityType, accessibilityTraits :: AccessibilityTraits, accessible :: Boolean, delayLongPress :: Int, delayPressIn :: Int, delayPressOut :: Int, disabled :: Boolean, hitSlop :: Insets, onLayout :: EventHandler LayoutEvent, onLongPress :: EventHandler TouchEvent, onPress :: EventHandler TouchEvent, onPressIn :: EventHandler TouchEvent, onPressOut :: EventHandler TouchEvent, pressRetentionOffset :: Insets | r)
#touchableWithoutFeedback' Source
touchableWithoutFeedback' :: forall o. Optional o (TouchablePropsEx o) => Record o -> ReactElement -> ReactElement
Create a TouchableWithoutFeedback with the given props
#touchableOpacity' Source
touchableOpacity' :: forall o. Optional o (TouchableOpacityProps) => Record o -> ReactElement -> ReactElement
Create a TouchableOpacity with the given props
#touchableHighlight Source
touchableHighlight :: EventHandler TouchEvent -> ReactElement -> ReactElement
Create a TouchableHighlight with the given onPress handler
#touchableHighlight' Source
touchableHighlight' :: forall o. Optional o (TouchableHighlightProps) => Record o -> ReactElement -> ReactElement
Create a TouchableHighlight with the given props
- 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