[iOS][Appium WebDriverIO][Swipe Left On Particular Element][React Native App][Javascript Language]: Method not working

Hello,
I am working on functional test automation of react native mobile app using Appium WebDriverIO. Currently blocked to automate one entire flow where there are various horizontal chapter name rows. I need to swipe left on any particular row. This is required for iOS platform using javascript language.
I have found one method: driver.execute(‘mobile: scroll’, {direction: ‘down’, element: element.value.ELEMENT});
May be i’m not able to understand what to replace element, value with.
Please provide with an example usage of the same or any other method that could work the required scenario.
Any help on this would be really appreciated. Thanks!