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

## Environment Happens on several operating systems. All running inside electron: ### react-native env: "react-native": "0.61.5", "@react-native-community/slider": "^4.2.0" ### android env: minSdkVersion = 17 buildToolsVersion = "28.0.3" compileSdkVersion = 28...

bug report
platform: Android
requires: author feedback

## Environment ## Description ## Reproducible Demo

bug report

"@react-native-community/slider": "^3.0.3", "react-native": "npm:[email protected]", "react": "16.11.0" my code: { console.log("onSlidingComplete", a) }} onSlidingStart={(a)=>{ console.log("onSlidingStart", a) }} minimumValue={0} maximumValue={100} minimumTrackTintColor="#FFFFFF" maximumTrackTintColor="#000000" />

bug report

``` ... ... ``` How to adjust the size of the thumb button,I checked the issue and found no useful information. Now it works on my page, but the thumb...

question

Is there anyway i can show a dot or some bump or anything indicating the step position. UseCase Example: ``` min = 1 max = 3 width = 200 ```...

question

Summary: --------- This PR applies the padding information from the CSS style associated to the Slider component. This can be useful when you need to add some overlay on the...

## Describe the Feature **Native Events** instead of ~js events~: `onValueChange` `onSlidingStart` `onSlidingComplete` ## Possible Implementations Supporting **native events** will unlock the abilities of `Animated.event` enabling tracking the Slider's value...

feature request

## Describe the Feature Currently as you drag, you pick up a value from the slider, and the range between the last value you pick up and the next one...

feature request

Hi every body, I am looking for a way to add custom style to slider steps (e.g: 3 steps) for example a small circle in each step Any solution for...

feature request