1
How do I make a horizontal Scrollview resize the height based on the active card?
The problem occurs when a list is 600px high (for example) and another list is 300px high. The expected height of Scrollview resizes. If not clear, an example image:
I tried to use Animated, Flatlist, Gesture Handler and nothing solved.
Gif showing the problem:
How to do this effect?