react-native-slider icon indicating copy to clipboard operation
react-native-slider copied to clipboard

A pure JavaScript <Slider> component for react-native and react-native-web

Results 71 react-native-slider issues
Sort by recently updated
recently updated
newest added

Please provide support for MacOs

I didn't have time to investigate further (I switched to a different package), but there's something wrong with _thumbHitTest on vertical sliders. Here's a video: https://user-images.githubusercontent.com/34724755/197368703-1f707d43-4856-499f-a3b1-fa8fabbe0493.mp4 In this video, `debugTouchArea`...

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.3 to 5.5.2. Release notes Sourced from typescript's releases. TypeScript 5.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [prettier](https://github.com/prettier/prettier) from 2.4.1 to 3.3.2. Release notes Sourced from prettier's releases. 3.3.2 🔗 Changelog 3.3.1 🔗 Changelog 3.3.0 diff 🔗 Release note 3.2.5 🔗 Changelog 3.2.4 Fix .eslintrc.json format...

dependencies

Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.65.1 to 0.74.2. Release notes Sourced from react-native's releases. 0.74.2 Changed Updated typescript-eslint monorepo to v7 (91d725136e by @​huntie) Upgrade CLI to 13.6.8 (335f6ed833 by @​szymonrybczak) Fixed...

dependencies

facing the issue while trying to run in iOS below is stack flow : Invariant Violation: View config getter callback for component `RNCSlider` must be a function (received `undefined`). This...

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 17.0.2 to 18.3.1 Release notes Sourced from react's releases. 18.3.1 (April 26, 2024) Export act from...

dependencies

Bumps [patch-package](https://github.com/ds300/patch-package) from 6.4.7 to 8.0.0. Release notes Sourced from patch-package's releases. v8.0.0 Add support for multiple patch files for a single package. (@​ds300) #474 Breaking I removed some really...

dependencies

Is there some way to set the min and max value to the same value for a 2 thumb sider?

**I need to set a slider value after click on the track.** It works SOMETIMES as you can see from the video (thumb should be in consistence with gradient): https://github.com/miblanchard/react-native-slider/assets/112638152/2fc4da31-a709-43e7-8d03-9746f1f99d9f...