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

Add isExtension to ShareMenuReactView

Open ryanlntn opened this issue 2 years ago • 0 comments

When sharing code between a share extension and your main app it's useful to know whether or not you're executing within the share extension. This exposes the presence of the share extension context to RN via the boolean property ShareMenuReactView.isExtension.

ryanlntn avatar Aug 23 '23 16:08 ryanlntn