githuboftigran / rn-range-slider

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

Reset functionality #80

Closed SaadAli-rolustech closed 3 years ago

SaadAli-rolustech commented 3 years ago

How can i reset the slider back to its initial state programmatically?

githuboftigran commented 3 years ago

@SaadAli-rolustech , use low and high props.

SaadAli-rolustech commented 3 years ago

can you share an example ?

githuboftigran commented 3 years ago

@SaadAli-rolustech , did you read the documentation?

SaadAli-rolustech commented 3 years ago

Yes, i am unable to do so

githuboftigran commented 3 years ago

@SaadAli-rolustech , low and high props DO work. Just set them to values you need and update them when a value is changed just like in Usage section of documentation.