rn-range-slider icon indicating copy to clipboard operation
rn-range-slider copied to clipboard

Tap to change slider position

Open dinumihnea opened this issue 2 years ago • 0 comments
trafficstars

Motivation

Based on guidelines for some popular design sistems the tap-to-change functionality is an important feature of a slider:

Approach

In order to add the tap-to-change functionality I used the onTouchEnd View event. Not sure how suitable this event is, I couldn't find any downsides of not using it. Let me know if you think there's a better event to be used.

Fixes #115

dinumihnea avatar Aug 02 '23 16:08 dinumihnea