React native – How can I create transparent buttons that react to touches but pass drag gestures to the views below?
I have a fulscreen SpriteKit scene view, that handles pan gestures within itself. Over it, I have overlaid native SwiftUI views with OnTapGesture, which must react to them being touched but should not interfere with pan gestures, and pass them…