react-native-share-menu
react-native-share-menu copied to clipboard
Share intent for multiple links crashing
I am testing my ShareExtension from various apps, and I noticed that one of them is sending 2 Links (see the screenshot attached), and my app is not showing in the Share Sheet.
These are my activation rules
<key>NSExtensionActivationRule</key>
<dict>
<key>NSExtensionActivationSupportsText</key>
<true/>
<key>NSExtensionActivationSupportsWebPageWithMaxCount</key>
<integer>10</integer>
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
<integer>10</integer>
</dict>
I tried testing it on my physical device with TRUEPREDICATE. It is showing in the Share Sheet, but it crashes when it attempts to read the data.
Is this a bug or a bad config on my part?