Module

ReactNative.Components.TouchableNativeFeedback

Package
purescript-reactnative
Repository
doolse/purescript-reactnative

#TouchableNativeFeedbackProps Source

type TouchableNativeFeedbackProps eff = TouchablePropsEx eff (background :: TouchableNativeBackground, useForeground :: Boolean)

#TouchableNativeBackground Source

#touchableNativeFeedback' Source

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

Create a TouchableNativeFeedback with the given props

#touchableNativeFeedback Source

touchableNativeFeedback :: forall eff. EventHandler eff TouchEvent -> ReactElement -> ReactElement

Create a TouchableNativeFeedback with the given onPress handler

#canUseNativeForeground Source