Tell us which versions you are using:
There should be a way to turn on the ability to swipe a modal down only by its header or specific custom component while ignoring modal swipe gestures on the content itself. This will be ideal behavior when there is a ScrollView in the Scene, for example.
When you are in a modal Scene (direction="vertical") that has a ScrollView, using panHandlers={null} on the Scene allows the ScrollView to be used without bugs, but swiping the header down doesn't do anything.
Alternatively, not using panHandlers={null} on the Scene makes the whole Scene movable, but creates unexpected behavior if there's a ScrollView within the Scene. In this scenario, only moving the ScrollView slowly works. Flicking down the ScrollView dismisses the Scene. Flicking it up just freezes the ScrollView for a second.
direction="vertical" and panHandlers={null} and add a ScrollView with a bunch of items to its component.panHandlers={null} from the Scene and go to it again.this is a huge problem, we should be able to control edgeHitWidth
Most helpful comment
this is a huge problem, we should be able to control edgeHitWidth