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.