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
297 stars 108 forks source link

[ios] Crash when sharing from screenshot preview #127

Closed mackenziekira closed 2 years ago

mackenziekira commented 2 years ago

Trying to share a screenshot from the screenshot preview, or an image from the Twitter app, the share extension crashes.

This is because the incoming image data has type UIImage, not the expected type, URL.

Both these PRs offer suggested fixes: https://github.com/ajith-ab/react-native-receive-sharing-intent/pull/65 and https://github.com/ajith-ab/react-native-receive-sharing-intent/pull/126

mackenziekira commented 2 years ago

Duplicate of https://github.com/ajith-ab/react-native-receive-sharing-intent/issues/56