-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
<SectionList
ListHeaderComponent={this.renderHeader}
ListFooterComponent={isLoadingMore && <ActivityIndicator />}
stickyHeaderIndices={[0]}
keyExtractor={this.props.keyExtractor || this.defaultKeyExtractor}
renderItem={this.renderItem}
directionalLockEnabled
getItemLayout={this.getItemLayout}
bounces={false}
onEndReached={this.handleLoadMore}
showsHorizontalScrollIndicator={false}
showsVerticalScrollIndicator={false}
stickySectionHeadersEnabled
renderSectionHeader={this.renderSectionHeader}
sections={this.porps.listData}
/>
ListHeaderComponent is not sticky and it scrolls as other Section Headers. How to fix it on top of the list ?
Metadata
Metadata
Assignees
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.