TouchableWithoutFeedback#accessible

accessible bool

TouchableWithoutFeedback#delayPressIn

delayPressIn number Delay in ms, from the start of the touch, before onPressIn is called.

TouchableOpacity#setOpacityTo()

setOpacityTo(value: number) Animate the touchable to a new opacity.

TouchableWithoutFeedback#accessibilityComponentType

accessibilityComponentType View.AccessibilityComponentType

TouchableWithoutFeedback#accessibilityTraits

accessibilityTraits View.AccessibilityTraits, [object Object]

TouchableNativeFeedback.SelectableBackgroundBorderless()

static SelectableBackgroundBorderless() Creates an object that represent android theme's default background for borderless selectable elements (?android:attr/selectableItemBackgroundBorderless). Available on android API level 21+.

TouchableOpacity#activeOpacity

activeOpacity number Determines what the opacity of the wrapped view should be when touch is active. Defaults to 0.2.

TouchableNativeFeedback.SelectableBackground()

static SelectableBackground() Creates an object that represents android theme's default background for selectable elements (?android:attr/selectableItemBackground).

TouchableNativeFeedback.Ripple()

static Ripple(color: string, borderless: boolean) Creates an object that represents ripple drawable with specified color (as a string). If property borderless evaluates to true the ripple will render outside of the view bounds (see native actionbar buttons as an example of that behavior). This background type is available on Android API level 21+.

TouchableNativeFeedback#background

background backgroundPropType Determines the type of background drawable that's going to be used to display feedback. It takes an object with type property and extra data depending on the type. It's recommended to use one of the static methods to generate that dictionary.