Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 520 Bytes

KNOWN_ISSUES.md

File metadata and controls

15 lines (9 loc) · 520 Bytes

Known Issues

Android

Indicator does not move during scrolling

Indicator not moving

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.