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
trafficstars

## Only **thumbTintColor** offers too little flexibility - thumbSize is needed The size of the thumb can NOT be controlled without affecting the whole slider. On **iOS** the thumb is...

feature request

Hello everyone The slider has been working on the project for a long time, everything is fine with it. But, today I tried to add to the project `yarn add...

bug report
duplicate
question

It was running fine till yesterday, I had not updated the package & once it started to throw this issue I then upgraded to the latest version but still the...

bug report
duplicate

## Environment System: OS: Windows 10 10.0.19044 CPU: (8) x64 Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz Memory: 1.67 GB / 15.94 GB Binaries: Node: 14.19.3 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.5...

bug report
dependencies
documentation

Summary: --------- While playing with the example app I've discovered weird bug that caused images (`trackImage`, `thumbImage` etc.) to change their place and jump around (while rendering multiple sliders). Here...

platform: iOS

## Describe the Feature The new architecture still relies on `RCTEventEmitter` which is deprecated and not ideal to use with new arch due to performance issues ## Possible Implementations Replace...

feature request

Summary: --------- Revert changes from https://github.com/callstack/react-native-slider/pull/367 to fix https://github.com/callstack/react-native-slider/issues/395 What https://github.com/callstack/react-native-slider/pull/367 trying to fix is not an issue actually. The onValueChange should be called only when user is dragging the...

Summary: --------- Update example app to RN 0.70 to allow for autolinking on android. Currently the main blocker is the **release of RNW 0.70 RC**. Test Plan: ---------- - CI...

## Environment react-native-web, storybook ## Description "requireNativeComponent is not a function" when using 3.0.0-rc.2 and react-native-web ## Reproducible Demo https://github.com/penx/react-mixer/tree/6126b45efefb9bd4b4e600d9a4e6191616d7a8c3 Steps to recreate: - `npm init -y` - `npx -p...

bug report

**Describe the bug** On IOS On a Expo managed app - I use the Expo Dev Client and do not have an ios or android directory I get this error...

bug report
platform: Android
platform: iOS