Module

ReactNative.Components.TouchableNativeFeedback

Package
purescript-reactnative
Repository
doolse/purescript-reactnative

#TouchableNativeBackground Source

#TouchableNativeFeedbackProps Source

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

#touchableNativeFeedback Source

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

Create a TouchableNativeFeedback with the given onPress handler

#touchableNativeFeedback' Source

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

Create a TouchableNativeFeedback with the given props

#canUseNativeForeground Source