nandorojo / zeego

Menus for React (Native) done right.
https://zeego.dev
MIT License
1.42k stars 41 forks source link

Question re: tapping outside a DropdownMenu #91

Open deep108 opened 1 week ago

deep108 commented 1 week ago

On iOS a DropdownMenu behaves differently than a ContextMenu when tapping outside the menu. DropdownMenu dismisses the menu, but the tap passes through to any visible components. ContextMenu 'eats' the tap.

Is this the expected behavior, a bug, or am I just not using the DropdownMenu component correctly?