rn-range-slider
rn-range-slider copied to clipboard
A native slider with range
Sliding in iOS and Android is not smooth. It leaves thumb while scrolling. I have taken Range Slider inside ScrollView. On top there is Range Slider and after that a...
Typing this: > npm i --save-dev @types/rn-range-slider Will result: ``` '@types/rn-range-slider@latest' is not in the npm registry. You should bug the author to publish it (or use the name yourself!)...
# Some details about my development environment: **package.json:** - "react-native": "0.61.5", - "rn-range-slider": "^2.1.1" ## The issue: - The location of the "Thumb" does not move to the place where...
In the first render for some reason the renderRailsSelected is rendered as shown in the video https://user-images.githubusercontent.com/18408823/133338411-d870b06c-decb-4647-aacb-d10a21d35d85.mov Code: **Main Code** ` {}} /> ` **Render Methods:** `const renderThumb = useCallback(...
had to use source code and comment out the rendering. It's supposed to do that, right? It's wrapped in a !disableRange flag.
I use slider in a Flatlist and users change values accidentally by putting their finger on slider rails when scrolling. And there is no way to change this behaviour of...
Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on...
I am receiving 8 errors in 3 files. Has somebody the same problem? `node_modules/rn-range-slider/hooks.tsx:141:9 - error TS2769: No overload matches this call. Overload 1 of 2, '(props: {} | Readonly):...
When we added slide on Modal presentation popup, slide not working(touch not working ).
Give me a heads up if you want me to update the formatting. I have verified this by running the following locally 1. `yarn add --peer react-native react` 2. `yarn...