0.1.3 • Published 5 years ago

send-android-sms v0.1.3

Weekly downloads
2
License
Unlicense
Repository
github
Last release
5 years ago

React Native Send SMS Module

This module sends SMS to your react-native project. (Only android)

It sends sms to the background of the application, instead of popping the sms application up.

이 프로젝트는 리엑트네이티브를 통하여 sms를 전송할 수 있게 해준다. (only android)

sms를 보낼 때 새로운 창이 popup되는 형식이 아닌 뒷 단에서 보낼 수 있게 해준다.

Getting started

  1. npm install --save send-android-sms
  2. react-native link send-android-sms
  3. PROFIT!!!

How To Use

import SendAndroidSMS from 'send-android-sms';

SendAndroidSMS.sendMessage("Message", "PhoneNumber", () => { console.log("it's work! :)"); }, (error) => {console.log("occured error... :(")} );

Caution

This module is only work for android!!

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago