📜  在 react native 中链接 - Javascript 代码示例
📅  最后修改于: 2022-03-11 15:04:24.806000             🧑  作者: Mango
代码示例2
import {Linking} from 'react-native'
Linking.openURL(`tel:${phoneNumber}`)