rn-range-slider icon indicating copy to clipboard operation
rn-range-slider copied to clipboard

A native slider with range

Results 36 rn-range-slider issues
Sort by recently updated
recently updated
newest added
trafficstars

I'd like to first say, thanks to the contributers. This is the ONLY slider component I will use for React Native! My suggestion is to allow labels to always be...

In this pull request was: - Added a value prop to define a default value in case it's necessary - Fixed a problem from my point of view in which...

I need to have a different style for the low and high thumb. How can this be detected in the component?

We have a low and a high value (min max) but is there anyway to have a render for the current value? for instance... min={1} max={15} value={10}

Hi everyone, I reproduced many issues mentioned here like the slider stuttering on mount or update of the parent component, or the impossibility to scroll over the slider when it's...

After upgrading to React Native 0.68, I started seeing this warning: `ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.` Personally, I don't love the suggested...

In title. Updated a bunch of my dependencies and it seems this will be deprecated from RN soon. P.S. not a regular dev so I apologize if this isn't a...

0|-----------------50-----------------500------------------2500------------------|20000 the line is divided into four, but step is different, how to realize this feature ?