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:
Joshua Pinter 2016-04-29 03:44:16 -07:00 committed by Facebook Github Bot 4
parent cea37b460f
commit 5e5cbda682
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},