From f245cc5715ff766da223ef8efb7be2dff3bf9d9b Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 29 Apr 2016 11:36:37 +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 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 #

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 →