我試圖用Linking
從今天起反應本地,以便從我的一個打開iOS郵件應用,沿打開另一個應用程序從反應原生的iOS應用程序
onPress={() => Linking.openURL('mail://')}
此線的東西沒有工作並讓我進入谷歌搜索狂歡,我得到了this article,但它沒有任何幫助,因此我的問題是,我們如何能夠從react-native打開另一個應用程序,以及找到url位的最佳方式是什麼,即針對特定的mail://
應用程序嗎?
更新:使用mail:
作爲URL沒有工作或者
嘿@Ilja,嘗試檢查[this](http://johnsonsu.com/react-native-custom-url-scheme-launch-apps-using-linking/)和[this](https://臉書.github.io /反應天然/文檔/ linking.html)。 – milkersarac