react-native-multi-slider
react-native-multi-slider copied to clipboard
Left-to-right slider in a RTL app
Hi,
I'm using the multi-slider in my RTL app and the slider works great The only issue is that the numbers grow from right to left, and usually sliders are LTR oriented (also in RTL languages).
Perhaps it would be helpful to have an option to choose whether the slider is LTR or RTL.
Thanks.
Oh really? Now just inherit it from the I18Manage and flip it in the case. Feel free to send a pull request for this
@zivnachum See if my fork works well for you. I'll submit it as PR later on. https://github.com/scotbond/react-native-multi-slider/commit/66006eee716ac8621de61cde8f3fcdde8832ab28
@scotbond are you happy with this? Something I should incorporate to the main repo? I myself have no knowledge of RTL and whats "standard"
@ptomasroos Is there a plan to have this released?