rn-range-slider
rn-range-slider copied to clipboard
A native slider with range
I am using this slider in modal box not working.
I'm using **rn-range-slider** 2.2.2 with react-native 0.68.3 Here's my **tsconfig.json** file: ``` { "compilerOptions": { "target": "esnext", "module": "commonjs", "lib": ["es2017"], "baseUrl": "./src", "allowJs": true, "jsx": "react-native", "noEmit": true, "isolatedModules":...
Objective - Add two new props ( initialHighValue, initialLowValue}; - If you set this props on RangeSlider component you can set a initial value when the component mount; - This...
Add thumbTrackingValue, allowing the tracking of thumb movement to update the displayed value dynamically. Additionally, thumbTrackingValueStyle is introduced to customize the appearance of this tracked value. These features enhance user...