ajith-ab / react-native-receive-sharing-intent

A React Native plugin that enables React Native apps to receive sharing photos, videos, text, urls or any other file types from another app
MIT License
309 stars 112 forks source link

"Unable to Share" dialog when sharing (HDR?) photo on iOS #77

Open EricYuen opened 3 years ago

EricYuen commented 3 years ago

I've added the library to my iOS app. When I go to share a Photo from the iOS Photos app, I'm able to see my app in the Share menu, yet when I select it it gives me the following error (before the intermediate dialog appears). I have not been able to find a breakpoint within my app to see where it produces this error, so I suspect it's not entering the app.

Screen Shot 2021-06-07 at 11 51 10 AM

Sharing urls from the browser however works. What differences in setup/configuration might account for it working for one type of content but not another?

UPDATE: Turns out this issue only happens for that one image which is an HDR image.

FloDev974 commented 3 years ago

I have the same problem had you find a solution?

gomesbreno commented 3 years ago

me either, any progress ?