diff --git a/releases/next/docs/touchableopacity.html b/releases/next/docs/touchableopacity.html index 47c052e6c93..42a4a51e404 100644 --- a/releases/next/docs/touchableopacity.html +++ b/releases/next/docs/touchableopacity.html @@ -10,7 +10,7 @@ added to the view hiearchy. Be aware that this can affect layout.

Example </TouchableOpacity> ); },

Props #

TouchableWithoutFeedback props... #

activeOpacity?: number #

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

focusedOpacity?: number #

tvParallaxProperties?: object #

Apple TV parallax effects

Methods #

setOpacityTo(value: number, duration: number) #

Animate the touchable to a new opacity.

You can edit the content above on GitHub and send us a pull request!

← PrevNext →