react-native-aria icon indicating copy to clipboard operation
react-native-aria copied to clipboard

fix(Slider): Set min and max of `onAccessibilityAction` to the correct values

Open grgr-dkrk opened this issue 4 years ago • 0 comments

The useSlider Hooks onAccessibilityAction does not take the correct action because the min and max values are reversed. This PR will fix that.

grgr-dkrk avatar Oct 17 '21 12:10 grgr-dkrk