React native 如何使用react本机共享api共享映像

React native 如何使用react本机共享api共享映像,react-native,React Native,我想在我的应用程序中共享图像。我目前正在使用react本机共享api。但我只能分享一条信息或网址。如何使用react本机共享api共享映像 我的代码 _onpress = () => { Share.share({ message: "this is a image" }).then(this.showresult()); }) 除了信息,我如何发送图像您是否正在使用此APIhttps://facebook.github.io/react-native/docs/share.htm

我想在我的应用程序中共享图像。我目前正在使用react本机共享api。但我只能分享一条信息或网址。如何使用react本机共享api共享映像

我的代码

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


除了信息,我如何发送图像

您是否正在使用此API
https://facebook.github.io/react-native/docs/share.html
?然后您只能共享API描述的
文本内容
。那么如何发送图像尝试此
https://github.com/react-native-community/react-native-share
在这方面,我必须实施股票期权。我的意思是,在使用股票api时,它会获取移动股票期权,并显示在弹出窗口中。(whatsus、viber、mesenger等)看见