achorein / expo-share-intent

🚀 Simple share intent in an Expo Native Module
MIT License
119 stars 10 forks source link

Cannot share multiple files on Android #33

Closed achorein closed 2 months ago

achorein commented 3 months ago

Describe the bug

When using multiple file share on android, for example 2 images from gallery, the application does not detect the share intent and a warning is displayed (unhandled promise). "FileNotFoundException: Multiple items at content://media/external/images/media"

 DEBUG  useShareIntent[active] refresh intent
 DEBUG  useShareIntent[refresh] null
    "plugins": [
      [
        "expo-share-intent",
        {
          "androidMultiIntentFilters": ["image/*"]
        }
      ]
    ],

Screenshot_1711033875

Additional context