I am trying to implement a long press gesture on each item within a list using SwiftUI. The final goal is similar to the email app on iPhone - you can swipe up and down to browse, you can swipe left and delete an item, and you can long press an email and do something else.
With SwiftUI, after implementing the long press gesture for each item, I can't swipe the list at all. It seems like the long press gesture on each item is canceling the swipe actions