React native send a message to specific whatsapp Number

前端 未结 3 2136
野的像风
野的像风 2021-02-02 11:13

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?t         


        
3条回答
  •  星月不相逢
    2021-02-02 11:23

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

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

提交回复
热议问题