Skip to content

Commit

Permalink
fix prettier whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
teneeto committed Sep 18, 2023
1 parent 89f05be commit 8774ee6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/InvertedFlatList/BaseInvertedFlatList.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,8 @@ function BaseInvertedFlatList(props) {
renderItem={renderItemFromProp}
// Native platforms do not need to measure items and work fine without this.
// Web requires that items be measured or else crazy things happen when scrolling.

getItemLayout={shouldMeasureItems ? getItemLayout : undefined}
// We keep this property very low so that chat switching remains fast

maxToRenderPerBatch={1}
windowSize={15}
/>
Expand Down

0 comments on commit 8774ee6

Please sign in to comment.