diff --git a/releases/next/docs/touchableopacity.html b/releases/next/docs/touchableopacity.html index 4659a337217..1bdbb8bff69 100644 --- a/releases/next/docs/touchableopacity.html +++ b/releases/next/docs/touchableopacity.html @@ -11,7 +11,7 @@ easy to add to an app without weird side-effects.

Example:

/TouchableOpacity> ); },

Props #

TouchableWithoutFeedback props... #

activeOpacity number #

Determines what the opacity of the wrapped view should be when touch is -active.

Methods #

setOpacityTo(value: number) #

Animate the touchable to a new opacity.

Next →