prscX / react-native-popover-menu

React Native: Native Popover Menu
Apache License 2.0
483 stars 54 forks source link

Multiple clicks? #42

Closed zyasir closed 5 years ago

zyasir commented 5 years ago

Is it possible keep this open and allow multiple presses? I was trying to make a checkbox experience like this:

vforvasile commented 5 years ago

Popover menus are usually using a single action. What you're trying to achieve is a selection, try this https://github.com/prscX/react-native-selection-menu instead.

zyasir commented 5 years ago

Thank you very much @vforvasile!