react-native-share
react-native-share copied to clipboard
Sharing audio and video file as base64 string not working in ios
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?
hello, can you share any code?
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.
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
@sasilta What did you do to resolve this issue?