SimformSolutionsPvtLtd / react-native-radial-slider

React Native component to select or highlight a specific value from a range of values 👌 ✨
MIT License
139 stars 12 forks source link

Track Becomes Distorted when Slider Nears End #44

Closed dylanreich closed 5 months ago

dylanreich commented 10 months ago

slider

For some reason when the slider reaches the end, the track starts to become distorted. I did some digging into the subviews and it seems to be related to the AnimatedPath object, along with its animatedProps.

mukesh-simform commented 10 months ago

@dylanreich Thank you for reporting this issue. We'll investigate and make necessary updates.

MussadiqAli commented 1 week ago

pass key prop to the slider with min value. its solve my problem. <RadialSlider key={your min value for slider}