I want solution for scroll Functionality in iOS Appium 2.5.2

I want solution for scroll Functionality in iOS Appium 2.5.2
I’m unable to scroll in the latest version of Appium as touch actions are removed.

Tried the below code:
await driver.execute(“mobile:scroll”, {
strategy: “toVisible”,
selector: “~cars news-cars-view-more-button”,
});