diff --git a/Libraries/ListView/ListView.web.js b/Libraries/ListView/ListView.web.js index bd2cb28..b7cce7b 100644 --- a/Libraries/ListView/ListView.web.js +++ b/Libraries/ListView/ListView.web.js @@ -585,7 +585,7 @@ class ListView extends Component { isVertical ? 'scrollHeight' : 'scrollWidth' ]; this.scrollProperties.offset = target[ - isVertical ? 'scrollTop' : 'scrollTop' + isVertical ? 'scrollTop' : 'scrollLeft' ]; // this._updateVisibleRows(e.nativeEvent.updatedChildFrames); if (!this._maybeCallOnEndReached(e)) {