1.0.8 • Published 5 years ago
@lemos97/rn-send-sms v1.0.8
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);