react-native-off-canvas-menu icon indicating copy to clipboard operation
react-native-off-canvas-menu copied to clipboard

Taps are consumed by visible Touchables even when menu is open.

Open osagie opened this issue 8 years ago • 0 comments

When the menu is visible, a user can touch on the original view to dismiss the menu. If there are Touchables, however, they still respond instead of closing the menu. I hacked it away for my purposes nesting a couple views and using onStartShouldSetResponderCapture, but it would probably be ideal for the library to do away with that by default.

If pull requests are accepted, I could take a look at it at some point soon.

osagie avatar Sep 22 '16 20:09 osagie