react-native-animated-charts icon indicating copy to clipboard operation
react-native-animated-charts copied to clipboard

[Android]: chart keeps the hovered state when minDurationMs > 0

Open nunoplima opened this issue 2 years ago • 0 comments

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

nunoplima avatar Mar 03 '22 12:03 nunoplima