dominicstop / react-native-ios-context-menu

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

Could we make menuTitle optional? #106

Closed kiorq closed 1 month ago

kiorq commented 1 month ago

Just an aesthetic request, but in my app design, the menuTitle seems be unnecessary and it would be nice if it was optional.

Thanks

kiorq commented 1 month ago

Closing, because i discovered that you can set it as an empty string, which works for me https://github.com/dominicstop/react-native-ios-context-menu/blob/fd40ce360bf6430d6e2f991505444826096741da/example/src/examples/ContextMenuViewTest10.tsx#L67