A wrapper for making views respond properly to touches. On press down, the
+opacity of the wrapped view is decreased, dimming it.
Opacity is controlled by wrapping the children in an Animated.View, which is
-added to the view hiearchy. Be aware that this can affect layout.
+added to the view hierarchy. Be aware that this can affect layout.
Example:
renderButton: function() {
return (
@@ -100,8 +100,8 @@ AppRegistry.registerComponent('App', () => A
Reference
Props
activeOpacity
-Determines what the opacity of the wrapped view should be when touch is
-active. Defaults to 0.2.
+Determines what the opacity of the wrapped view should be when touch is active.
+Defaults to 0.2.
| Type | Required |
@@ -123,7 +123,7 @@ active. Defaults to 0.2.
Methods
setOpacityTo()
-setOpacityTo(value: number, duration: number)
+setOpacityTo((value: number), (duration: number));
Animate the touchable to a new opacity.