Skip to content
New issue

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

Support for multiple viewability config #758

Open
iamashish121 opened this issue Feb 22, 2023 · 0 comments
Open

Support for multiple viewability config #758

iamashish121 opened this issue Feb 22, 2023 · 0 comments

Comments

@iamashish121
Copy link

I have a use case where from list of all rendered items by recycler list view for any subset of rendered item in the list it can have a viewability config.
This config would tell Recycler list view to mark the item visible only when conditions in those configs are met.
An example of such config is below:-
{ "minimumViewTime": 250, "minimumViewabilityPercentage": 0.33 }
Also, there would be a handler associated with every config that will get triggered when conditions are met.

This similar functionality is present in FlatList and FlashList.

Wanted to know is similar functionality is already planned and will be released in near future ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant