我的第一个页面,其中包含图像点击该图像android默认拨号盘页面将打开。使用API打开电话Dialpadp。
huwehgph1#
import {Linking} from 'react-native' let phoneNumber = '+911234567890' Linking.openURL(`tel:${phoneNumber}`)
在链接功能的帮助下,您可以直接获得拨号盘上的号码。
1条答案
按热度按时间huwehgph1#
在链接功能的帮助下,您可以直接获得拨号盘上的号码。