I would need an animation as shown in this video: https://youtu.be/1vt3uCq_Y1g?si=9Z0RaJRRqrMt5ICn
The general animation is as such: When you start to scroll the list, the header collapses with nice smooth animation from current height to fixed min height based on scrolling list’s scroll value and sticks on the top of the screen
However, this implementation shown in the video is with scroll view but i need it to render my items in a flatlist. How can i change the animations? I am working on android platform only
really similar like ScrollViews, here is an example