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