for example, my current slider value is 4388 but when I set maximum value to 4000, the thumbs will go beyond the track but when you set it above the current value such as 5000 or 4500, the thumbs will move backward and work normally. Is there any workaround for this one?
@teowks000 Hi, you can try react-native-awesome-slider.
Automatic clamp value, slider total value it comes from the sum of the maximum and the minimum, slider value always between the maximum and the minimum.
for example, my current slider value is 4388 but when I set maximum value to 4000, the thumbs will go beyond the track but when you set it above the current value such as 5000 or 4500, the thumbs will move backward and work normally. Is there any workaround for this one?