githuboftigran / rn-range-slider

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

disableRange does not prevent highThumb from rendering #112

Closed misbell closed 1 year ago

misbell commented 2 years ago

had to use source code and comment out the rendering. It's supposed to do that, right? It's wrapped in a !disableRange flag.

githuboftigran commented 1 year ago

@misbell , can't reproduce this in version 2.2.1. You can try it in demo app. And yes, highThumb is not rendered when disableRange is true.