react-native-multi-slider
react-native-multi-slider copied to clipboard
Label of Vertical Slider behaving on horizontal axis
When I set slider to vertical, labels not working as expected. Slider is working on vertical axis but labels are on horizontal axis. How can I solve that.
Thanks in advance
It still seems to be the case,
Here's how it looks:
Code:
<MultiSlider
optionsArray={[14000, 16000, 18000, 20000, 22000, 24000]}
enableLabel={true}
vertical={true}
snapped={true}
values={[16000, 20000]}
/>