react-native-send-sms
Disclaimer: Android Only
iOS version probably in a future release.
Getting started
$ npm install @lemos97/rn-send-sms --save
Mostly automatic installation
$ react-native link @lemos97/rn-send-sms
Usage
import SendSms from "@lemos97/rn-send-sms";
// TODO: What to do with the module?
SendSms.send(phone_number, message, () => callback);