Skip to content

Commit

Permalink
Merge pull request Expensify#26934 from mkhutornyi/fix-26243
Browse files Browse the repository at this point in the history
Disable sticky header on selection list
  • Loading branch information
Hayata Suenaga authored Sep 22, 2023
2 parents 8372336 + 0439dda commit 6836eaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SelectionList/BaseSelectionList.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ function BaseSelectionList({
<SectionList
ref={listRef}
sections={sections}
stickySectionHeadersEnabled={false}
renderSectionHeader={renderSectionHeader}
renderItem={renderItem}
getItemLayout={getItemLayout}
Expand Down

0 comments on commit 6836eaf

Please sign in to comment.