PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
831 stars 161 forks source link

fix: indicator glitch because scrollX was being reset #131

Closed andreialecu closed 3 years ago

andreialecu commented 3 years ago

In reanimated 2 rc.0, useSharedValue actually recomputes the value and acts as useDerivedValue unless false is passed to the second parameter.

This can cause a glitch in the indicator mid-snap if the container needs to re-render.