react-native-aria
react-native-aria copied to clipboard
fix(Slider): Set min and max of `onAccessibilityAction` to the correct values
The useSlider Hooks onAccessibilityAction does not take the correct action because the min and max values are reversed.
This PR will fix that.