instea/react-native-popup-menu

how to disable backdrop.

beingArkReal opened this issue · 2 comments

I'm looking for how to disable backdrop property where we can click the other components even though it's open.

currently it is not possible and the popup menu is designed that way, you can open only one menu at a time (or at least one per provider...).

you can't disable backdrop but maybe you can style it "out" somehow.

hi are there any hints as to how i can "style" it out? I've read on previous threads how we will have to double click to close then open another menu, but I really want to be able to open other menus with one click. Thanks