When using reanimated LegendList, the components rendered in ListHeaderComponent and ListFooterComponent are not being animated with the layout prop. It seems the LayoutView that wraps them is never converted to an animated view.
A workaround currently is to make the header & footer part of the data array, with a specific type to distinguish them, but a less hacky way would be nice to have !
Thank you for the work on this library !
When using reanimated LegendList, the components rendered in ListHeaderComponent and ListFooterComponent are not being animated with the
layoutprop. It seems theLayoutViewthat wraps them is never converted to an animated view.A workaround currently is to make the header & footer part of the data array, with a specific type to distinguish them, but a less hacky way would be nice to have !
Thank you for the work on this library !