Skip to content

Commit

Permalink
disable iOS sticky header on selection list
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhutornyi committed Sep 7, 2023
1 parent 0e836df commit 0439dda
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 @@ -361,6 +361,7 @@ function BaseSelectionList({
<SectionList
ref={listRef}
sections={sections}
stickySectionHeadersEnabled={false}
renderSectionHeader={renderSectionHeader}
renderItem={renderItem}
getItemLayout={getItemLayout}
Expand Down

0 comments on commit 0439dda

Please sign in to comment.