diff --git a/Libraries/Components/View/View.js b/Libraries/Components/View/View.js index 7cb8d35f6..3f62f027c 100644 --- a/Libraries/Components/View/View.js +++ b/Libraries/Components/View/View.js @@ -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