I am trying to build a collapsible header tab.
I finally found this one Collapsible Header Tabs Snack which worked perfectly as base code. It worked as expected on IOS, but I had not confirmed the Android version yet. now that I look at it, it's very buggy. This can be seen in the above snack by running in android.
The Header scroll is very buggy (fluctuation) until the tabs clamp onto the top but then the scroll is smooth.I am guessing that there is a problem with the sticky scroll which has animated scroll views and animated views.
I tried adding scrollToOverflowEnabled = {true} overScrollMode={'never'}
but it didn't help.
Any help would be appreciated. Thanks