Show default `activeOpacity` value in docs.
Summary: Useful to know what the default value without having to dig into the library code. Closes https://github.com/facebook/react-native/pull/7247 Differential Revision: D3228728 Pulled By: mkonicek fb-gh-sync-id: 433ca41d5395bbfb0c4887641a9e8b99c87b5e2b fbshipit-source-id: 433ca41d5395bbfb0c4887641a9e8b99c87b5e2b
This commit is contained in:
parent
cea37b460f
commit
5e5cbda682
|
@ -55,7 +55,7 @@ var TouchableOpacity = React.createClass({
|
|||
...TouchableWithoutFeedback.propTypes,
|
||||
/**
|
||||
* Determines what the opacity of the wrapped view should be when touch is
|
||||
* active.
|
||||
* active. Defaults to 0.2.
|
||||
*/
|
||||
activeOpacity: React.PropTypes.number,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue