react-native-menu / menu

UIMenu Component for React Native
MIT License
998 stars 59 forks source link

Adding an onPressAction to MenuView makes keepsMenuPresented of actions in the MenuView stop working #882

Open Kipav opened 3 months ago

Kipav commented 3 months ago

As the title states, adding an onPressAction to MenuView makes keepsMenuPresented of actions in the MenuView stop working. I want to be able to toggle options in the menu without it closing, but it does not seem to be possible when adding an onPressAction.