Skip to content

Commit

Permalink
fix: scrolling methods
Browse files Browse the repository at this point in the history
Fix scrolling methods
  • Loading branch information
marcocesarato authored Jun 24, 2021
2 parents 0582817 + 15428b2 commit c9207fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/BigList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ class BigList extends PureComponent {
sectionFooterHeight,
insetTop,
insetBottom,
numColumns
} = this.props;
const itemHeight = this.getItemHeight();
const sectionLengths = this.getSectionLengths();
Expand All @@ -224,6 +225,7 @@ class BigList extends PureComponent {
insetTop,
insetBottom,
scrollView,
numColumns
});
}
return null;
Expand Down

0 comments on commit c9207fa

Please sign in to comment.