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 ?!
WhatsApp does not have a feature to schedule any message within the app. Having said that, there are several third-party apps available on Google Play Store that lets users schedule any message at the given time and date.
You can use this to send a message to specific number:
Linking.openURL('whatsapp://send?text=hello&phone=xxxxxxxxxxxxx')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With