jeanregisser / react-native-slider

A pure JavaScript <Slider> component for react-native
MIT License
1.3k stars 574 forks source link

RTL support for Slider #59

Open efratyo opened 7 years ago

efratyo commented 7 years ago

When RTL is active, Slider's view automatically positioned in RTL and the thumb positioned in the right side which is the correct behaviour. Nevertheless the thumb and the touch gestures are not inverted and will only respond to LTR touch. This is too bad, cause this package cannot be used at all for RTL apps.

lyahdav commented 6 years ago

I created PR for this: https://github.com/jeanregisser/react-native-slider/pull/93