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

React Native component exposing Slider from iOS and SeekBar from Android

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

## Describe the Feature A prop to enable animating the movement of the Slider since just by updating the value it looks very "grainy" and is subpar for anything presentable...

feature request

in past version that depricated we have two property **trackStyle** and **thumbStyle** , but in this version of **react-native-slider** we have not this feature !! what do i for change...

bug report

## Describe the Feature It would be great to allow the option to customize the thickness of the slider bar itself. Something like a `thickness` prop.

feature request

Now it is only possible to pass a static image to the marker. It would be nice to support custom components. For example to display some dynamic values inside of...

feature request

Hello there! I create a lib that uses @react-native-community/slider as dependency, how to set it in my .podspec lib? I try: `s.dependency "react-native-slider", git: => "https://github.com/react-native-community/react-native-slider.git"`

question
platform: iOS

is it possible to get a testID on the Thumb itself ?

question

Related to: https://github.com/react-native-community/react-native-slider/issues/97 I'm attaching two images, first is iOS with the thumb image looking great. I love the support for Android but the image is SO small. ![image](https://user-images.githubusercontent.com/5841107/66336993-18a9f800-e8f3-11e9-8ba3-c2f1423174a9.png) ![image](https://user-images.githubusercontent.com/5841107/66337103-56a71c00-e8f3-11e9-9019-235e55d0b7b5.png)...

bug report

This will run on `yarn install` for consumers of this library. Instead of `postinstall` we should use `prepack`. https://github.com/callstack/react-native-slider/blob/8619daf7518c24ff7fdcfced73111d7dd856f727/package/package.json#L22 I'm getting: ``` error PROJECT_DIR/node_modules/@react-native-community/slider: Command failed. Exit code: 254 Command:...

bug report
documentation

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@react-native-community/[email protected]` for the project I'm working on. Please see https://github.com/facebook/react-native/issues/34688 Here is the...

The Slider implementation on RN side has both `enabled` `disabled` used, which is redundant and can lead to mistakes. `enabled` property should be removed in favor of `disabled` which matches...