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

``` npm ERR! code ETARGET npm ERR! notarget No matching version found for @miblanchard/react-native-slider@^2.4.0. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR!...

Warning: findNodeHandle is deprecated in StrictMode. findNodeHandle was passed an instance of Wrap which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn...

I get this error after adding and using your package: ```bash ERROR ViewPropTypes will be removed from React Native, along with all other PropTypes. We recommend that you migrate away...

Hello! I have a screen I'm working with where we have 10 or so sliders, and have to scroll to get to the bottom of the screen. We currently have...

I am really excited about the new package, looks great! However, the text for the AboveThumbComponent is not centred with the thumb. Changing the alignment doesn't help as well. Also,...

I am really excited about this package, looks great! However, when we use renderThumbComponent, the custom thumb needs any kind of identifier, if it's the minimum side thumb or the...

How can Achieve three colors in two thumbs slider like below? using: maximumTrackTintColor minimumTrackTintColo Allows me to make two colors only one colors on left and right and one on...

PanResponder intercept clicks and "Pressable" don't work if the "Slider" is inside "Pressable"