react-native-sms
react-native-sms copied to clipboard
recipient add. duplicate or invalid contacts not added.
Hi.
i use this code:
SendSMS.send({ body: this.state.activateCode, recipients: ["+44..."], successTypes: ['sent', 'queued'] }, (completed, cancelled, error) => { if (completed) { } else { } });
and open default android sms manager!
i want to send in background.
How do I do this?
Thanks for help.