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 am using stickyHeaderIndices as array to have multiple header sticky. This works with the normal Flatlist, but not with the react-native-optimized-flatlist.
When I try to use it with react-native-optimized-flatlist, and scroll, after 2 rows the sticky header scrolls as well, while it should wait till the next sticky header is at the top.