react-native-off-canvas-menu
react-native-off-canvas-menu copied to clipboard
Taps are consumed by visible Touchables even when menu is open.
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.