react-native-slider icon indicating copy to clipboard operation
react-native-slider copied to clipboard

adding rtl support

Open HodayaGruzman opened this issue 5 years ago • 3 comments

when I try to use this in rtl device the slider getting stuck and I can't move it. react-native 0.60.4

HodayaGruzman avatar Jul 31 '19 04:07 HodayaGruzman

I am the same issue too, Do you find any way to do that?

ramisalem avatar Feb 05 '20 11:02 ramisalem

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 :(

mohammadameer avatar May 03 '20 08:05 mohammadameer

You can use react-native-slider3 it is a fork of this library but with RTL support

Mukhammadali avatar Apr 09 '21 19:04 Mukhammadali