I've been using this module to share images, one at a time. I'm using RNFS.readFile to get base64 data of the image, and setting the appropriate MIME type manually. It's working fine.
But, I would like to share multiple images with a single Share.open call. Is this possible?
Thanks!
I've been using this module to share images, one at a time. I'm using
RNFS.readFileto get base64 data of the image, and setting the appropriate MIME type manually. It's working fine.But, I would like to share multiple images with a single
Share.opencall. Is this possible?Thanks!