UNPKG

react-native-sms-multi-sim

Version:

React native android native api to send SMS in javascript programmatically, no linking to SMS Messenger View.

5 lines (3 loc) 101 B
'use strict'; import { NativeModules } from 'react-native'; module.exports = NativeModules.SendSMS;