-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Open
Labels
BugComponent: FlatListNever gets stalePrevent those issues and PRs from getting stalePrevent those issues and PRs from getting staleResolution: BacklogAn issue that should be solved at some point, but it's not in the immediate roadmap.An issue that should be solved at some point, but it's not in the immediate roadmap.Tech: React Native CoreIssue related to the Core of React NativeIssue related to the Core of React Native
Description
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
Changing onViewableItemsChanged on the fly is not supported
React Native version:
0.63.3
Snack, code example, screenshot, or link to a repository:
<FlatList
ref={FlatListRef}
data={data}
inverted={true}
contentContainerStyle={{
flexGrow: 1, justifyContent: 'flex-end',
}}
renderItem={renderItem}
keyExtractor={item => item.id}
viewabilityConfig={{waitForInteraction: true, viewAreaCoveragePercentThreshold: 95}}
onViewableItemsChanged={(info) => {
console.log(info)
}}
/>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugComponent: FlatListNever gets stalePrevent those issues and PRs from getting stalePrevent those issues and PRs from getting staleResolution: BacklogAn issue that should be solved at some point, but it's not in the immediate roadmap.An issue that should be solved at some point, but it's not in the immediate roadmap.Tech: React Native CoreIssue related to the Core of React NativeIssue related to the Core of React Native
