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

## Error ``` ❌ (node_modules/@react-native-community/slider/ios/RNCSliderComponentView.mm:5:9) 3 | #import 4 | ⁠5 | #import | ^ 'react/renderer/components/RNCSlider/RNCSliderComponentDescriptor.h' file not found 6 | #import 7 | #import 8 | #import ``` *...

bug report
requires: author feedback

## Environment * react-native info output: ``` // react-native info npmPackages: "@react-native-community/cli": installed: 15.1.3 wanted: ^15.0.1 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.77.3 wanted: ^0.77.0 react-native-macos: Not Found npmGlobalPackages:...

bug report

## Environment * are you using the new architecture? yes * which version of react & react-native are you using? ``` "react": "19.1.0", "react-native": "0.81.4", ``` ## Description On Web,...

bug report

## Environment System: OS: macOS Binaries: Node: v22.16.0 npm: 10.9.2 are you using the new architecture? No (Expo-managed workflow) which version of react & react-native are you using? React: 19.1.0...

bug report

## Describe the Feature Step marker styling is currently not controllable, and renders as small black text. ## Possible Implementations A simple passing through of a style prop e.g. stepMarkerStyle={{color:...

feature request

## Environment I am using the example app ``` "@react-native-community/slider": "file:../package", "babel-preset-expo": "^9.2.0", "react": "^19.0.0", "react-native": "^0.79.2", "react-native-pager-view": "^6.6.0" ``` ## Description On Android, if there is a conditional render,...

bug report

## Reproducible Demo ``` const ref = useRef(null); ```

bug report

Summary: ---------- 1. Passing a ref causes a crash in the web: [Here](https://github.com/callstack/react-native-slider/blob/47f3254c97bb740fae49478da51ceaf579a86786/package/src/RNCSliderNativeComponent.web.tsx#L79), a single ref is used both for working with `useImperativeHandle` and for obtaining the position via `getBoundingClientRect`....

## Environment ``` info Fetching system and libraries information... System: OS: Windows 11 10.0.22631 CPU: "(12) x64 AMD Ryzen 5 7530U with Radeon Graphics " Memory: 14.63 GB / 31.35...

bug report

## Environment * react-native info output: ``` When building the Android app, the RNCSlider native code generates C++ compilation warnings about '$' symbols in identifiers. node_modules/@react-native-community/slider/android/build/generated/source/codegen/jni/react/renderer/components/RNCSlider/EventEmitters.cpp:51:12: warning: '$' in identifier...

bug report
platform: Android