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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: