dominicstop / react-native-ios-context-menu

A react-native component to use context menu's (UIMenu) on iOS 13/14+
MIT License
572 stars 29 forks source link

how to close context menu by click into AuxiliaryPreview? #49

Closed fukemy closed 2 years ago

fukemy commented 2 years ago

Hi, i want to display AuxiliaryPreview as message reaction, click to choose reaction then close context menu, but in document i didnt see any method related, can u help?

dominicstop commented 2 years ago

Hi, you can can programmatically close the context menu via calling dismissMenu.

Search for the keyword "dismiss" in the docs, or take a look at ContextMenuView Test 08 for some example code + gif.

hope this helps, xx

fukemy commented 2 years ago

thanks, it's worked