react-native-slider
react-native-slider copied to clipboard
adding rtl support
when I try to use this in rtl device the slider getting stuck and I can't move it. react-native 0.60.4
I am the same issue too, Do you find any way to do that?
I have found that the npm package is not using the last repo version if you want to add RTL just copy the slider file content and added as a component in your project
or use the react-native community slider this repo is out of date :(
You can use react-native-slider3
it is a fork of this library but with RTL support