rn-range-slider
rn-range-slider copied to clipboard
Tap to change slider position
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.