Module
ReactNative.Components.TouchableNativeFeedback
- Package
- purescript-reactnative
- Repository
- doolse/purescript-reactnative
#TouchableNativeFeedbackProps Source
type TouchableNativeFeedbackProps = TouchablePropsEx (background :: TouchableNativeBackground, useForeground :: Boolean)
#TouchableNativeBackground Source
data TouchableNativeBackground :: Type
#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
- 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