st0ffern / react-native-optimized-flatlist

Optimization for complex and slow React Native FlatLists
MIT License
259 stars 47 forks source link

stickyHeaderIndices not working properly #43

Open sjaloomconnect opened 4 years ago

sjaloomconnect commented 4 years ago

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.

sjaloomconnect commented 4 years ago

Any news?