rn-range-slider
rn-range-slider copied to clipboard
A native slider with range
can add prop testID for unit testing & AT ? or can i make pr for add this feature ? thankyou
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
add example
https://github.com/githuboftigran/rn-range-slider/blob/5b0c535f1ac98b8d8cef07ee9ca17a7cc55a29f8/hooks.tsx#L183 Hi, just wondering why it is necessary to use `useMemo` if the dependencies are variables that use `useRef` which do not cause a re render nor a recalculation of...
Resolves #141 by cleaning up various Typecheck issues, mostly ignoring things
[https://github.com/githuboftigran/rn-range-slider/issues/146](url) This PR fixes issue with PanReponder.create and also did some refactoring to the project
### Description `InteractionManager.runAfterInteractions`'s callback is not called after RangeSlider component is rendered at least once. ### Version 2.2.2 ### Steps to reproduce 1. Render `RangeSlider` component. 2. Use `InteractionManager.runAfterInteractions(callback)`. It...
It is not explicitly stated in the documentation that the styles prop is REQUIRED. Usually, ViewStyles are optional, mostly because there is a fallback style set for the component or...
After upgrading project from EXPO SDK 44 to SDK 46 - react native version 0.69.6 slider stooped reacting to any touch event, its impossible to move thumbs.
### Motivation Based on guidelines for some popular design sistems the tap-to-change functionality is an important feature of a slider: - [Material Design Slider specs ](https://m3.material.io/components/sliders/specs) - [Microsoft's Fluent Design...