githuboftigran / rn-range-slider

A native slider with range
MIT License
237 stars 133 forks source link

Label #50

Closed Marzdor closed 4 years ago

Marzdor commented 4 years ago

Is there anyway to disable the label or are we required to use it?

I tried labelStyle={'none'} but it still shows the label.

perunt commented 4 years ago

labelStyle="none" works for me

dev-sathish commented 4 years ago

how to make the label visible? Not only when the value is changing?

githuboftigran commented 4 years ago

@Marzdor labelStyle={'none'} is working, please make sure you are using the last version.