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

Bumps [webpack](https://github.com/webpack/webpack) from 5.88.1 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies

Summary: --------- closes #569 In Seekbar overriden method onStopTrackingTouch was emitting two events - which might caused unwanted emission of onValueChange, removing this seems to not break any logic or...

## Environment Windows 11 23H2 react-native info output // react-native info System: OS: Windows 11 10.0.22631 CPU: (20) x64 Intel(R) Core(TM) i9-10900X CPU @ 3.70GHz Memory: 58.85 GB / 95.71...

bug report
platform: Windows

## Describe the Feature Add renderAboveThumbComponent rect above thumb when it is in pan. Feature should be like in main image in https://github.com/miblanchard/react-native-slider?tab=readme-ov-file ## Possible Implementations If renderAboveThumbComponent is set...

feature request

## Describe the Feature There is maximumTrackTint with minimumTrackTint which works perfect. But there is no cacheTint which will show us loaded cache of video or audio. Please add it....

feature request

When trying to set the style property, the react-native-slider library will override height with default styles. This change allows modifying both the container and slider styles individually.

## Describe the Feature cannot increase the width of slider Add this feature

feature request

This pull request closes #154 It implements additional possibilities of customizing the Slider's thumb component. Including: * minimum and maximum value are known at level of the thumb custom component,...

Summary: --------- This will help with styling the `StepMarker` based on the index of the marker Test Plan: ---------- There is no functional change, this PR simply exposes a new...