I have worked on a Slider component using React Native Slider. And now I want to test it by simulating the sliding gesture. But according to React Native Testing Library documentation, there are only three gestures which are:
- fireEvent.Press
- fireEvent.changeText
- fireEvent.scroll
Is there anyway to simulate the sliding gesture?