调用React Native App以从浏览器接收共享信息

时间:2017-05-10 13:47:00

标签: ios react-native sharing

如果你使用了Pinterest,你知道如果你点击分享按钮,可以从Safari或Chrome浏览器中看到,pinterest会显示在共享选项中

https://i.stack.imgur.com/8uCNI.jpg

然后,如果您点击pinterest图标,该应用程序将弹出为模态,以便您可以选择图像和纸板保存到

https://i.stack.imgur.com/5dneZ.png

我的问题是:我们可以在React Native中做到这一点吗?我的意思是我希望我的应用程序显示在共享选项中,并且可以从中接收数据。

1 个答案:

答案 0 :(得分:0)

虽然我自己还没有实现这一点,但我有兴趣让我的React-Native项目接收和共享来自其他应用的数据。以下是一些项目和文章的链接,似乎是这样做的:

从其他应用

接收

https://github.com/alinz/react-native-share-extension

https://codeburst.io/building-a-mobile-share-extension-for-a-react-native-app-bff4ef91d44f

https://github.com/meedan/react-native-share-menu< - 将应用程序添加为接收者(未维护的代码,2018年5月)

分享到其他应用

https://facebook.github.io/react-native/docs/share.html< - 官方向其他应用发送数据API

https://github.com/EstebanFuentealba/react-native-share  < - 分享社交,将简单数据发送到其他应用