Module
ReactNative.Components.TouchableNativeFeedback  
- Package
 - purescript-reactnative
 - Repository
 - doolse/purescript-reactnative
 
#TouchableNativeBackground Source
data TouchableNativeBackground :: Type#TouchableNativeFeedbackProps Source
type TouchableNativeFeedbackProps eff = TouchablePropsEx eff (background :: TouchableNativeBackground, useForeground :: Boolean)#touchableNativeFeedback Source
touchableNativeFeedback :: forall eff. EventHandler eff TouchEvent -> ReactElement -> ReactElementCreate a TouchableNativeFeedback with the given onPress handler
#touchableNativeFeedback' Source
touchableNativeFeedback' :: forall eff. Prop (TouchableNativeFeedbackProps eff) -> ReactElement -> ReactElementCreate a TouchableNativeFeedback with the given props
- Modules
 - ReactNative.
API  - ReactNative.
Android. API  - ReactNative.
Android. Components  - ReactNative.
Components  - ReactNative.
Components. ActivityIndicator  - ReactNative.
Components. Button  - ReactNative.
Components. Image  - ReactNative.
Components. ListView  - ReactNative.
Components. Modal  - ReactNative.
Components. NavigationExperimental  - ReactNative.
Components. Navigator  - ReactNative.
Components. NavigatorIOS  - ReactNative.
Components. Picker  - 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.
Platform  - ReactNative.
PropTypes  - ReactNative.
PropTypes. Color  - ReactNative.
Styles  - ReactNative.
Styles. Flex  - ReactNative.
Styles. Image  - ReactNative.
Styles. Text  - ReactNative.
Unsafe. ApplyProps  - ReactNative.
Unsafe. Components