We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc033a3 commit f16c2c4Copy full SHA for f16c2c4
packages/react-native-web/src/exports/ScrollView/index.js
@@ -252,7 +252,7 @@ const ScrollView = ((createReactClass({
252
253
_handleScroll(e: Object) {
254
if (process.env.NODE_ENV !== 'production') {
255
- if (this.props.onScroll && !this.props.scrollEventThrottle) {
+ if (this.props.onScroll && this.props.scrollEventThrottle == null) {
256
console.log(
257
'You specified `onScroll` on a <ScrollView> but not ' +
258
'`scrollEventThrottle`. You will only receive one event. ' +
0 commit comments