如何在不使用Redux的情况下使用我们的本机应用程序打开网址

时间:2018-09-19 09:29:47

标签: react-native

ShareMessage=()=>{
    Share.share(
    {message: my url}
).then(result => console.log(result)).catch(errorMsg => console.log(errorMsg));}

使用以上代码共享了链接,但是在打开链接时仅使用浏览器打开,我需要使用react native应用程序将其打开。为此分享一些示例。谢谢

1 个答案:

答案 0 :(得分:0)

Deep Linking将为您提供帮助,如果您想通过某些外部链接(例如电子邮件中的某些链接)打开应用程序,然后单击以打开React Native应用程序。您可以从react native官方文档中获取更多详细信息。 https://facebook.github.io/react-native/docs/linking