We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30e1bf commit 0fee032Copy full SHA for 0fee032
1 file changed
Libraries/Components/Touchable/TouchableOpacity.js
@@ -62,7 +62,7 @@ var TouchableOpacity = createReactClass({
62
* Determines what the opacity of the wrapped view should be when touch is
63
* active. Defaults to 0.2.
64
*/
65
- activeOpacity: PropTypes.number
+ activeOpacity: PropTypes.number,
66
/**
67
* Apple TV parallax effects
68
@@ -71,7 +71,7 @@ var TouchableOpacity = createReactClass({
71
72
getDefaultProps: function() {
73
return {
74
- activeOpacity: 0.2
+ activeOpacity: 0.2,
75
};
76
},
77
0 commit comments