Add 'onMoveShouldSetResponderCapture' to 'propTypes'

Summary: Closes https://github.com/facebook/react-native/pull/3777

Reviewed By: svcscm

Differential Revision: D2602708

Pulled By: javache

fb-gh-sync-id: 8259ffd4cdd3d0c052e94ac50a9020d6da59ded7
This commit is contained in:
aleclarsoniv 2015-10-30 16:37:05 -07:00 committed by facebook-github-bot-0
parent c69c862b9e
commit 97f9aa842c
1 changed files with 2 additions and 1 deletions

View File

@ -178,7 +178,6 @@ var View = React.createClass({
* `TouchableHighlight` or `TouchableOpacity`. Check out `Touchable.js`,
* `ScrollResponder.js` and `ResponderEventPlugin.js` for more discussion.
*/
onMoveShouldSetResponder: PropTypes.func,
onResponderGrant: PropTypes.func,
onResponderMove: PropTypes.func,
onResponderReject: PropTypes.func,
@ -187,6 +186,8 @@ var View = React.createClass({
onResponderTerminationRequest: PropTypes.func,
onStartShouldSetResponder: PropTypes.func,
onStartShouldSetResponderCapture: PropTypes.func,
onMoveShouldSetResponder: PropTypes.func,
onMoveShouldSetResponderCapture: PropTypes.func,
/**
* Invoked on mount and layout changes with