Skip to content

Commit

Permalink
fix scrollEventThrottle
Browse files Browse the repository at this point in the history
  • Loading branch information
FuYaoDe committed Apr 27, 2016
1 parent 40611da commit 176d387
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,9 @@ module.exports = React.createClass({
contentOffset={this.state.offset}
onScrollBeginDrag={this.onScrollBegin}
onMomentumScrollEnd={this.onScrollEnd}
onScroll={this.onScroll}>
onScroll={this.onScroll}
scrollEventThrottle={16}
>
{pages}
</ScrollView>
);
Expand Down

0 comments on commit 176d387

Please sign in to comment.