You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ?
The text was updated successfully, but these errors were encountered: