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

A pure JavaScript <Slider> component for react-native and react-native-web

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

I have a problem when i try to select the Value 0 of the slider. I've set a default value of `value = 5` , `min = 0` and `max...

Hello, I know the vertical slider functionality was only added recently but it would be good if this parameter could be added to the parameter list in the documentation. Also,...

Thanks for your component is great. I just miss being able to change the style of each track separately. For example maxiumTrack height and miniumTrack height separately. If you can...

When the parent component of the slider is updated while the user is moving the slider knob, a subtle lag can appear, this can be worse if the `onValueChange` trigger...

I am using an iOS style thumb style, as in the examples. I have set `shadowOffset: { width: 0, height: 2 }` and it works, but as soon as I...

This pr adds possibility to add separate component per thumb. I needed it to achieve values under thumbs. Btw. callback is now exported too. Resolve: #362 Resolve: #361 ``` renderThumbComponent={[...

Please export types such as: - SliderProps - SliderOnChangeCallback I'm unable to use these types to define my own component basing on this one. Edit: Found out SliderProps is possible...

As in title, would be great if I could supply two different components per sliders. I suggest extending `renderThumbComponent` to accept array of ReactNodes just like values does.

When using two thumbs, with maximum and minimum track colors, the track's colors are not animated. Code for the slider below. I'm updating the state as a result of onSlidingComplete...

enhancement

Hey, I found this library today and I'm really excited about it. Great work, thank you. I really appreciate the ability to customize the styles to match our designs so...