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

Summary: --------- fixes #98 Allow user to set custom padding for the android slider, no effect on iOS Test Plan: ---------- Added new example presenting the slider with custom padding...

Summary: --------- Update `README.md` with `currentValue?: number` props for `StepMarker` component. Test Plan: ---------- N/A I took this type from the `index.d.ts` file and from it's true for the current...

This pull request fixes #711 It migrates from `ImageSource` type from RN to `ImageURISource`. Those are both from RN and have common props however `ImageSource` is no longer supported by...

Summary: --------- This PR fixes #712 I've noticed that StepMarker internally uses the ```currentValue``` property. This property is set in the ```onValueChangeEvent``` event handler, but when the user changes the...

## Environment React Native using Expo. "@react-native-community/slider": "4.5.6" * are you using the new architecture? * which version of react & react-native are you using? 19 ## Description https://github.com/user-attachments/assets/df54b088-ade4-4194-a06b-aa7f1e0ba771 ##...

bug report

## Environment * react-native info output: ``` // react-native info Expo v53 ``` * are you using the new architecture? yes * which version of react & react-native are you...

bug report

## Environment * react-native info output: ``` // react-native info Expo v53 ``` * are you using the new architecture? yes * which version of react & react-native are you...

bug report

Summary: --------- no functionality change just make API consistent. The change to https://github.com/callstack/react-native-slider/pull/649/files#diff-e1ce4a6b5a58885eafa4615c2f0835fb1561080fcbcffb2ac8ac50fd0fb3bbaa changed the `value` parameter from `float` to `double` type but the `@ReactProp` annotation still uses float. This...

## Environment "react-native": "^0.78.0", "react": "18.3.1", "@react-native-community/slider": "^4.5.6" "expo": "^52.0.37", on expo web ## Description Slider thumb and steps seem to not have the same padding - I fixed it...

bug report