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

Hi, it seems that when a track mark is rendered at the same value as the max value it will render at an incorrect position - to the left of...

# Description This PR addresses the issue described here: https://github.com/miblanchard/react-native-slider/issues/345 The proposed solution consists of adding a property that will let users specify the `trackRightPadding` instead of always using the...

We can't seem to get this slider to work with a11y OS features. Specifically, it becomes unresponsive with any kind of screen reader enabled, and can't be tapped or moved,...

I want to type my component but I am not able to since SliderProps are not exported. The community slider package does export it though (I migrated to yours which...

User can now pass `minimumTrackStyle` and `maximumTrackStyle`. 🗒️ Note - This PR **doesn't** contain breaking changes. This PR closes: #354

Need props to style minimum and maximum tracks differently. In my case I need different heights and border radius.

Is there any way to write a test case for the slider? When I try to write test case but I am unable to find testID in the slider module.

I cannot smoothly slide the slider, but only click on the track to move the thumb. Is that expected behavious? dispatch(setRadius(value))} step={10} value={radius} />

It would be nice if there's a control over the Track, especially the minimum area (between 0 and the Thumb). So I played around and this is my solution to...