React Native Linking使用whatsapp拨打电话

时间:2019-03-09 08:20:27

标签: react-native whatsapp

我需要直接通过Whatsapp拨打电话,而无需进入Whatsapp聊天屏幕,

我目前正在使用以下代码来将我的本机应用程序链接到whatsapp

const cellNumber = "*********"
const whatsapp = `whatsapp://send?phone=${cellNumber}`;

但是这种方法落在聊天屏幕上,有没有一种我可以直接拨打电话号码的方法。

谢谢

0 个答案:

没有答案