react-native-slider
react-native-slider copied to clipboard
React Native component exposing Slider from iOS and SeekBar from Android
## 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...
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...
## 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.
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...
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"`
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.  ...
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:...
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...