We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I updated to v3 and I am using BottomSheetSectionList. I started getting this warning when I scroll and load more content:
<BottomSheet // ref={sheetRef} backgroundComponent={() => ( <View style={{ backgroundColor: COLORS.THEME.MODAL_DARK }} /> )} handleComponent={() => ( <View style={{ backgroundColor: COLORS.THEME.TRANSPARENT, alignItems: 'center' }}> <View style={{ width: 40, borderTopWidth: 5, borderTopColor: '#979797', borderRadius: 6, marginBottom: 5, backgroundColor: COLORS.THEME.MODAL_DARK, }} /> </View> )} snapPoints={snapPoints}> <BottomSheetSectionList style={styles.scrollBottomSheet} sections={ moments.length === 0 && closedMoments.length === 0 ? [] : (sections as any) } stickySectionHeadersEnabled ref={ref} keyExtractor={(item, index) => `${index} ${item}`} renderSectionHeader={renderSectionHeader} onEndReached={() => fetchNextClosedMoments()} onEndReachedThreshold={1} ListEmptyComponent={() => <EmptyState />} renderItem={renderItem} showsVerticalScrollIndicator={false} ListHeaderComponent={cardOverlay} ListFooterComponent={loadingFooter} /> </BottomSheet>
Describe what you expected to happen:
The text was updated successfully, but these errors were encountered:
thanks @gudberg for reporting this issue, it will be resolved with the next release 👍
Sorry, something went wrong.
gorhom
No branches or pull requests
Bug
I updated to v3 and I am using BottomSheetSectionList. I started getting this warning when I scroll and load more content:
Environment info
Steps To Reproduce
-->
Describe what you expected to happen:
The text was updated successfully, but these errors were encountered: