react-native-share-menu
react-native-share-menu copied to clipboard
PDF sharing in iOS
Hi,
Thanks for the amazing library. I'm trying to figure out how to let Share Extension be recognized for PDF files. Currently the Share Extension doesn't pop up for PDFs. I have a hunch that I should manipulate NSExtensionActivationRule from Info.plist, but I couldn't find any more resources from here.
Any help or lead would be greatly appreciated. Thanks!
Facing same issue, Select PDF doesn't pop up our app for share.
Add in the NSExtensionActivationRule dict in the share menu info.plist
<key>NSExtensionActivationSupportsFileWithMaxCount</key>
<integer>10</integer> // Amount of files it will be able to share at once
Worked for me in the files app atleast