Having trouble making swipe actions work on list items when the list is inside a horizontal ScrollView

I have a list that's inside a horizontal scroll view:

  • horizontal scroll view
    • list
      • list row
      • list row
      • list row
    • list
      • list row
      • list row
      • list row
    • list
      • list row
      • list row
      • list row

When I add swipe actions on list rows and try to use the app, the scroll view scrolls instead.

does anyone a solution to this?

Having trouble making swipe actions work on list items when the list is inside a horizontal ScrollView
 
 
Q