From bb25e5dd4c7338be58e8bc48fc3a6b89f5328f8c Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sun, 16 Jul 2017 00:47:36 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/touchableopacity.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #

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 →