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

A pure JavaScript <Slider> component for react-native

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

I'd like to set cursor icon for thumbs in my ReactNativeWeb project. it this possible?

All, I was curious if it is possible to use this slider to select a persons height in feet or meters? It's very close with the current implementation, however if...

When both `maximumValue` and `value` prop are adjusted, the thumb's position is set to `value` on the old min/max slider track, _then_ the slider's track adjusts to the new `maximumValue`....

valueToPosition calculate wrong values its return the closest max or min value when screens switchs.

When i add vector icons ,it can't support, it only supports Images.

Props to @mohakay who did the work! ![android emulator - nexus_5x_api_28_x86 5554 2018-10-24 13-02-32](https://user-images.githubusercontent.com/8788/47451331-18215b80-d78d-11e8-8d9d-84762d33b08c.png)

Hi guys, thanks a lot for great job. Just a question here: How can I add another slider to have a range? Thanks a lot.

I have crtaed a slider using the example. But it is not working. Please advice. ``` Invariant Violation: Element type is invalid: expected a string (for built-in components) or a...

Related to issue #100, despite having an index.d.ts file added, typescript isn't supported when the project is used as an npm module because typings is not included in the package.json....