diff --git a/Libraries/Components/MapView/MapView.js b/Libraries/Components/MapView/MapView.js index b778fc695..388e22ddc 100644 --- a/Libraries/Components/MapView/MapView.js +++ b/Libraries/Components/MapView/MapView.js @@ -147,6 +147,9 @@ var MapView = React.createClass({ legalLabelInsets={this.props.legalLabelInsets} onChange={this._onChange} onTouchStart={this.props.onTouchStart} + onTouchMove={this.props.onTouchMove} + onTouchEnd={this.props.onTouchEnd} + onTouchCancel={this.props.onTouchCancel} /> ); },