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

#touchableOpacity' Source

touchableOpacity' :: forall o. Optional o (TouchableOpacityProps) => Record o -> ReactElement -> ReactElement

Create a TouchableOpacity with the given props

#touchableHighlight Source

#touchableHighlight' Source