instea/react-native-popup-menu

How do you keep the menu open when tapping a MenuOption?

GollyJer opened this issue · 1 comments

It seems from the documentation that returning false should keep the menu open, but I'm missing something simple.

Here's what I tried.

onSelect={() => {
   toggleIsWalletSelected(wallet);
   return true;
}}

But the menu still closes.

Thanks for any pointers!

here is working example

selectOptionType(value) {