react-native-slider
react-native-slider copied to clipboard
React Native component exposing Slider from iOS and SeekBar from Android
## Environment System: OS: macOS 10.15.6 CPU: (4) x64 Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz Memory: 52.14 MB / 8.00 GB Shell: 5.7.1 - /bin/zsh Binaries: Node: 15.2.0 - /usr/local/bin/node...
## Describe the Feature A `values` props that takes an array of discrete values and only allows the slider to go through those values, e.g. see this [jquery widget](https://api.jqueryui.com/slider/#option-values). ##...
Is there a way to set the track style? I want to change the track's height, I mean the height of the track line, not the whole component height.
Please, please, please create a slider with two thumbs. This really is an important missing feature.
where can i find the **StyleSheet.js** and **ViewStylePropTypes.js** in the package ?
## Describe the Feature We are not controlling the thumbImage size and it's making the ui awful. ## Possible Implementations We should be able to control the thumbImage size ##...
## Describe the Feature Add support for `thumbStyle` to allow customizing the thumb shape, colour and size. Relying on an image per style can be quite limiting for simple changes....
## Describe the Feature The trackImage should work on both platforms, iOS & Android ## Possible Implementations Put together a pretty hacky solution using zIndex, absolute positioning and some padding...
## Environment System: OS: macOS 10.15.5 CPU: (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz Memory: 249.04 MB / 8.00 GB Shell: 5.7.1 - /bin/zsh Binaries: Node: 14.4.0 - /usr/local/bin/node...
I need custom styles for my slider. I couldn't find a library that gave me the control I needed so instead Im making the appearance I need with custom CSS...