Skip to content

Commit c9207fa

Browse files
fix: scrolling methods
Fix scrolling methods
2 parents 0582817 + 15428b2 commit c9207fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/BigList.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ class BigList extends PureComponent {
211211
sectionFooterHeight,
212212
insetTop,
213213
insetBottom,
214+
numColumns
214215
} = this.props;
215216
const itemHeight = this.getItemHeight();
216217
const sectionLengths = this.getSectionLengths();
@@ -224,6 +225,7 @@ class BigList extends PureComponent {
224225
insetTop,
225226
insetBottom,
226227
scrollView,
228+
numColumns
227229
});
228230
}
229231
return null;

0 commit comments

Comments
 (0)