François Billioud

Results 152 comments of François Billioud

Just use an other slider. This is requested for years and won't happen soon. You can try [@sharcoux/slider](https://www.npmjs.com/package/@sharcoux/slider) that uses the same api as react-native-slider, but the world is full...

Duplicates: https://github.com/callstack/react-native-slider/issues/172 https://github.com/callstack/react-native-slider/issues/228

Just use another slider. You can try [@sharcoux/slider](https://www.npmjs.com/package/@sharcoux/slider) but anyone will do.

[this PR](https://github.com/react-native-community/react-native-slider/pull/165) takes care of this for the web implementation if it gets merged. There would be only the native implementation to be done. I added thumbSize, trackHeight and thumbStyle...

By the way, there could be a quick fix for this: the web implementation should be working perfectly fine for native too, so we could just use the web implementation...

@michalchudziak? Your opinion about it?

@raphaelrupprecht @arthur-vargas @ShivamJoker if you need something for now, just try @sharcoux/slider from npm. It is open source and used and maintained by my company. You can ask if you...

Check @sharcoux/slider 3.2.0, Tell me if it answer your needs. I'm trying to make a cross platform project for RN and RNWeb.

https://github.com/react-native-community/react-native-slider/issues/169

``` verticallyInverted: { transform: [{scaleY: -1}], }, horizontallyInverted: { transform: [{scaleX: -1}], }, ``` Ouch! I don't think that this is a great way to handle the `inverted` property! Replacing...