react-native-slider
react-native-slider copied to clipboard
React Native component exposing Slider from iOS and SeekBar from Android
## Environment Happens on several operating systems. All running inside electron. ## Description Here are two issue reports that I think are related to this https://gitlab.com/staltz/manyverse/-/issues/1646 > drag on sliders...
The repository and the Slider itself are about to be updated. The update will include: * [x] leaving yarn workspaces * [x] using TypeScript instead of Flow * [ ]...
## Environment System: OS: Windows 10 10.0.19042 CPU: (8) x64 Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz Memory: 4.61 GB / 15.79 GB Binaries: Node: 16.5.0 - C:\Program Files\nodejs\node.EXE Yarn: Not...
## Environment System: OS: macOS 11.6 CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz Memory: 1.06 GB / 32.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 14.16.0 - /var/folders/21/5xmhgtlx4bj0gthrmm8tm3zc0000gq/T/yarn--1657226700390-0.0757475079991885/node...
## Describe the Feature Right now we only have one "grip" option. It would be nice to have multiple grips. Two would be a good start. ## Possible Implementations For...
When a new Slideer is created, it is created inside a view and I can see an space before and after the slider (just set backgroundColor='red' on the style) This...
## Environment ## Description I am trying to create a vertical Slider. Based on #65 I got to know that transform can be used for this. Using transform I am...
## Environment ❯ react-native info info Fetching system and libraries information... System: OS: macOS 12.1 CPU: (10) arm64 Apple M1 Pro Memory: 201.50 MB / 16.00 GB Shell: 5.8 -...
## Environment System: OS: macOS 10.15.6 CPU: (4) x64 Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz Memory: 57.86 MB / 8.00 GB Shell: 5.7.1 - /bin/zsh Binaries: Node: 15.2.0 - /usr/local/bin/node...
I'm using a slider within a [swiper](https://github.com/leecade/react-native-swiper) and it's quite hard to slide the slider without triggering the swiper. How could I improve that situation ? Is there some kind...