react-native-dev-menu icon indicating copy to clipboard operation
react-native-dev-menu copied to clipboard

Expose a removeItem method

Open diegodorado opened this issue 10 months ago • 0 comments

Why it is needed?

When adding items within a certain context, we may want to remove the items once that is no longer needed ( for example, the mentioned context was destroyed )

The workaround now is to overwrite the item with an empty handler, but the item is still there anyways

Possible implementation

No response

Code sample

No response

diegodorado avatar Aug 08 '23 21:08 diegodorado