React Native 向特定的 whatsapp 号码发送消息 [英] React native send a message to specific whatsapp Number

查看:68
本文介绍了React Native 向特定的 whatsapp 号码发送消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试从 react-native 应用程序向 WhatsApp 联系人发送短信,我发现我可以通过链接来实现

I'm trying to send a text message to a WhatsApp contact from a react-native apps , i found that i can do it through Linking

Linking.openURL('whatsapp://send?text=hello');

上面的代码只打开什么应用程序,我需要用特定号码打开聊天,我必须像文本一样发送参数吗?!

the code above opens only whats app , i need to open a chat with a specific number is there a paramter i have to send like text ?!

推荐答案

您可以使用此向特定号码发送消息:

You can use this to send a message to specific number:

Linking.openURL('whatsapp://send?text=hello&phone=xxxxxxxxxxxxx')

这篇关于React Native 向特定的 whatsapp 号码发送消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆