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 124 react-native-slider issues
Sort by recently updated
recently updated
newest added

## Problem On Android the slider uses the native SeekBar which draws a platform ripple around the thumb when pressed. There is currently no supported way to disable or customize...

feature request

## Environment * react-native info output: ``` // react-native info ``` * are you using the new architecture? * which version of react & react-native are you using? "react": "19.0.0",...

bug report

Summary: --------- I have noticed during last tests that local version of example app was throwing error in console regarding mismatch between React and React Native renderer version, cause we...

Summary: --------- addresses #85 for android only. This PR adds props for android to adjust progress bar thickness, roundness, and thumb size, because android's AppCompatSeekBar is very thin. The progress...