react native 撥打電話以及跳轉網址

之前在寫純前端的時候需要調用安卓的方法才能打電話,現在直接使用react native來進行寫直接調用,太方便了 show(){ // let url = 'http://www.baidu.com'; Linking.openURL('tel:10086') } URL用來跳轉鏈接界面,'tel:10086’直接撥打電話。 實例 render(){
相關文章
相關標籤/搜索