react-native-sms icon indicating copy to clipboard operation
react-native-sms copied to clipboard

recipient add. duplicate or invalid contacts not added.

Open udave216 opened this issue 7 years ago • 0 comments

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.

udave216 avatar Aug 24 '17 07:08 udave216