如何使用react native share api共享图像

时间:2018-06-13 10:16:18

标签: react-native

我想在我的应用中分享图片。我目前正在使用react native share api。但我可以只分享一条消息或网址。如何使用react native share api共享图像。

我的代码

 _onpress = () => {
Share.share({
  message: "this is a image"
}).then(this.showresult());

};

留言如何发送图像

0 个答案:

没有答案