react-native-share icon indicating copy to clipboard operation
react-native-share copied to clipboard

Sharing audio and video file as base64 string not working in ios

Open sasilta opened this issue 2 years ago • 3 comments

Hello,

I am trying to share audio and video file in email. I tried using base64 string (cannot rely on url since the link is visible and i do not want to display it). The behavior is working as expected in android but it is not loading any file in ios. How can this be solved?

sasilta avatar Jun 29 '22 16:06 sasilta

hello, can you share any code?

AliHaidar110 avatar Jun 30 '22 17:06 AliHaidar110

i tried sharing the video url

const opt= { message: "test status for video 5", title: "Rectangle Center Alignment Video Demo Group", url: "file:///var/mobile/Containers/Data/Application/D1F63F59-EAE4-4296-894F-057C9517066E/Documents/5_CUSTOMIZED.mp4" }

throwing error can not share this item.

eramudeep avatar Jul 20 '22 10:07 eramudeep

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and i will leave this open

github-actions[bot] avatar Sep 19 '22 02:09 github-actions[bot]

@sasilta What did you do to resolve this issue?

andrefangeloni avatar Nov 28 '23 01:11 andrefangeloni