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

React Native component exposing Slider from iOS and SeekBar from Android

Results 109 react-native-slider issues
Sort by recently updated
recently updated
newest added

## 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...

bug report
platform: Android

## 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). ##...

feature request

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.

enhancement
question

Please, please, please create a slider with two thumbs. This really is an important missing feature.

feature request

where can i find the **StyleSheet.js** and **ViewStylePropTypes.js** in the package ?

question

## 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 ##...

feature request

## 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....

feature request

## 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...

feature request

## 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...

bug report

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...

question