Animating a single View based on multiple ScrollView(s)
问题 I'm working on an application where I'm trying to Animate a View based on scroll Position of multiple ScrollView s. This is how the screen looks. The above screen has 2 parts A View component on Top A TabNavigator component at the Bottom each tab in TabNavigator has a ScrollView in it (in this case there are 2 but can be more), What I want to achieve is to collapse the View as the user scrolls down and expand it when the user scrolls up. On a single Tab I was doing well, it was working