diff --git a/Libraries/Lists/FlatList.js b/Libraries/Lists/FlatList.js index 81bfe2dd6a83ee..e5bad0253c41ee 100644 --- a/Libraries/Lists/FlatList.js +++ b/Libraries/Lists/FlatList.js @@ -672,7 +672,7 @@ class FlatList extends React.PureComponent, void> { const accessibilityCollectionProps = { itemCount: this.props.data ? this.props.data.length : 0, rowCount: this._getItemCount(this.props.data), - columnCount: numColumnsOrDefault(this.props.columnCount), + columnCount: numColumnsOrDefault(this.props.numColumns), hierarchical: false, };