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