Since gestures are not enabled for
react-native-web
it seems impossible to dismiss a modal by pressing on the
cardOverlay
area. It looks like we are using an
Animated.View
with
pointerEvents
set to "none".
However, this makes it difficult to detect taps or mouse clicks on the overlay. Is it possible to add some way to fix this? Perhaps allow passing in a custom
cardOverlay
component?