react-native-animated-charts
react-native-animated-charts copied to clipboard
[Android]: chart keeps the hovered state when minDurationMs > 0
Hi all!
Firstly, thank you for such a great library.
Currently I'm facing an issue where, on Android, and if ChartPath has minDurationMs
> 0 in longPressGestureHandlerProps
, when I scrub the chart and then lift the finger, the ChartPath, ChartDot, ChartXLabel and ChartYLabel all remain as if I've never lifted the finger, so the labels keep rendering the axis values and the dot stays in view.
On ios it works as expected.
Thanks in advance, Regards