react-native-multi-slider
react-native-multi-slider copied to clipboard
Android and iOS Pure JS react native multi slider
- [x] I have searched [existing issues](https://github.com/ptomasroos/react-native-multi-slider/issues) - [x] I am using the [latest multi slider version](https://www.npmjs.com/package/@ptomasroos/react-native-multi-slider) I'm using the MultiSlider with two markers. when they overlap each other on...
Hello. I am setting enabledOne={false} and/or enabledTwo={false} to disable my component, but my custom markerStyle is returning to the original shape of the marker; i.e. markerStyle is not working when...
- [x] I have searched [existing issues](https://github.com/ptomasroos/react-native-multi-slider/issues) - [x] I am using the [latest multi slider version](https://www.npmjs.com/package/@ptomasroos/react-native-multi-slider) ## Steps to Reproduce ## Expected Behavior ## Actual Behavior
- [ ] I have searched [existing issues](https://github.com/ptomasroos/react-native-multi-slider/issues) - [x] I am using the [latest multi slider version](https://www.npmjs.com/package/@ptomasroos/react-native-multi-slider) I want to test the slider component on my application, but I...
## Issue:-- Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite...
I think there is some bug on this component...when you set min/max it works fine until you update value using `this.setState` after which max loses its value by 1... So...
- [ X ] I have searched [existing issues](https://github.com/ptomasroos/react-native-multi-slider/issues) - [ X ] I am using the [latest multi slider version](https://www.npmjs.com/package/@ptomasroos/react-native-multi-slider) I'd like the make the MIN/MAX track values different...
## Expected Behavior In the code there is a variable called trackThreeStyle set to unselectedStyle. I'd expect it to be set through a prop ## Actual Behavior Unable to get...
I try to implement a multi-slider with two values. It worked fine until I wanted to process and update values after the change. I started using `onValuesChangeFinish()`, tried the `onValuesChange()`...
- [x] I have searched [existing issues](https://github.com/ptomasroos/react-native-multi-slider/issues) - [x] I am using the [latest multi slider version](https://www.npmjs.com/package/@ptomasroos/react-native-multi-slider) I am to trying to make the bounding box of a Marker larger....