A React Native plugin that enables React Native apps to receive sharing photos, videos, text, urls or any other file types from another app
309
stars
112
forks
source link
[ios] Crash when sharing from screenshot preview #127
Closed
mackenziekira closed 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