ShareMessage=()=>{
Share.share(
{message: my url}
).then(result => console.log(result)).catch(errorMsg => console.log(errorMsg));}
使用以上代码共享了链接,但是在打开链接时仅使用浏览器打开,我需要使用react native应用程序将其打开。为此分享一些示例。谢谢
答案 0 :(得分:0)
Deep Linking
将为您提供帮助,如果您想通过某些外部链接(例如电子邮件中的某些链接)打开应用程序,然后单击以打开React Native应用程序。您可以从react native官方文档中获取更多详细信息。 https://facebook.github.io/react-native/docs/linking