diff --git a/Libraries/Components/ScrollView/ScrollView.js b/Libraries/Components/ScrollView/ScrollView.js index 181d1c42775965..e8c4367ed8d9f7 100644 --- a/Libraries/Components/ScrollView/ScrollView.js +++ b/Libraries/Components/ScrollView/ScrollView.js @@ -396,7 +396,7 @@ var ScrollView = React.createClass({ handleScroll: function(e: Object) { if (__DEV__) { - if (this.props.onScroll && !this.props.scrollEventThrottle) { + if (this.props.onScroll && !this.props.scrollEventThrottle && Platform.OS === 'ios') { console.log( 'You specified `onScroll` on a but not ' + '`scrollEventThrottle`. You will only receive one event. ' +