diff --git a/src/index.js b/src/index.js index 63cf8f1b..3c88903e 100644 --- a/src/index.js +++ b/src/index.js @@ -468,6 +468,7 @@ module.exports = React.createClass({ contentContainerStyle={[styles.wrapper, this.props.style]} contentOffset={this.state.offset} onScrollBeginDrag={this.onScrollBegin} + onScrollEndDrag={() => this.setState({ isScrolling: false })} onMomentumScrollEnd={this.onScrollEnd} onScroll={this.onScroll} scrollEventThrottle={16}