Module

ReactNative.Components.TouchableNativeFeedback

Package
purescript-reactnative
Repository
doolse/purescript-reactnative

#TouchableNativeFeedbackProps Source

#TouchableNativeBackground Source

#touchableNativeFeedback' Source

touchableNativeFeedback' :: forall o. Optional o TouchableNativeFeedbackProps => Record o -> ReactElement -> ReactElement

Create a TouchableNativeFeedback with the given props

#touchableNativeFeedback Source

touchableNativeFeedback :: EventHandler TouchEvent -> ReactElement -> ReactElement

Create a TouchableNativeFeedback with the given onPress handler

#canUseNativeForeground Source