The solution I found for now:
<Tabs {...props} forceUpdateScrollAmountValue={true} />
Sometimes when the scroll event is triggered, the animation value is not updated and as a result the indicator does not move with the scrollable area. We can solve this problem with { useNativeDriver: false }
, but this time the animations start to stutter.