Open
Description
- My list might have a few items.
- To make my header animations works I must have have scroll even if there are few items.
- Scrolling up in that case will enable my animations to work properly.
- The problem when there is only a few items I can't scroll.
- I can force the FlashList to keep scroll by adding Header of Footer component with proper height, but it's impossible (?) to maintain its height that when list items are added or removed without isssues with layout. I cant update Header/Footer height after an item is added or removed, but not at the same time.
Basically, I found not way to keep list scrollable even if there are few items.
Another way to describe this is I need to have an ability to make the list scrollable so the scrollable area will match the height of the screen + X specific height.
The goal is to have a scroll tight to animation of the header. Few items => No scroll => Can't collapse header.