Beaux W.
Results
1
comments of
Beaux W.
I have found that if I pass my shareable image directly: try { await Share.open({url:shareImage}); } catch (error) { console.log(error); } }; Then it works. I can share the image...