githuboftigran / rn-range-slider

A native slider with range
MIT License
234 stars 130 forks source link

How to set the intial value of slider when used time format #65

Closed kirandesai303 closed 3 years ago

kirandesai303 commented 3 years ago

I have tried this,but its not worked <RangeSlider style={{ width: 160, height: 80 }} gravity={'center'} initialLowValue={500000} initialHighValue={1600493160000}

                min={1600375380000}
                max={1600414200000}
                valueType='time'
                textFormat='HH:mm'
                step={1}
                selectionColor="#3df"
                blankColor="#f618"

            />