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

iOS 13 Unable to get the node handle for the native ref. #62

Closed adorum closed 1 year ago

adorum commented 1 year ago

Using ContextMenuButton on iOS 13 throws error Unable to get the node handle for the native ref. at lifecycle event componentWillUnmount.

adorum commented 1 year ago

My bad. ContextMenuButton component should by used on iOS >= 14 only.