React Native: I would like to create a link that prepares to send a message via whatsapp.
I am doing it as follows :
Linking.openURL(`whatsapp://send?text=${message}&phone=+55${masked}`);
My question is how to adapt this code and open WhatsAppBussines?