I want to send a text message to a recepient from within the application in react native. The programming language currently I am using is react native. Inside my application I have a send button which should directly send the message to the person. I don't want the default messaging application to open to send the message. I tried an expo library and few npm libraries which are dedicated for sending text messages but all of them opens the default messaging application when the send button is clicked within my mobile application. Any library which suits my requirement or is it possible to do so? If it isn't possible how can I achieve it?
↧