Problem Statement:
- When user clicks share button icon-> options: whatsapp, twitter, etc...
- react-share npm has URL and Title as options to their Share buttons. Ex: WhatsappShareButton and others..
- I am only able to share "base64 string" format in URL option of Share buttons.As URL option takes only string input.
- Not getting image from base64 string when sent to URL option.
Expected Behaviour: Image from base64 string When shared to social media platforms.
I want to send base64 string to this URL option of Share buttons, but when i share its giving back the string not image. Shown in following picture. tried to send base64 string to URL option expected the image from base64, but got base64 string only
Expecting I get image like this..Base64 string to im
Whatsapp image and text as description..