react-native-sms-linking

1.0.2 • Public • Published

react-native-sms-linking

package version package downloads standard-readme compliant package license make a pull request

Simple Linking API wrapper to send SMS

Table of Contents

Install

This project uses node and npm.

$ npm install react-native-sms-linking
# OR 
$ yarn add react-native-sms-linking

Usage

import sms from 'react-native-sms-linking'
 
sms().catch(console.error)
 
// or with number
sms('0845017543').catch(console.error)
 
// and body
sms('0845017543', 'Hi friend').catch(console.error)

Contribute

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am 'Add some feature'
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT

/react-native-sms-linking/

    Package Sidebar

    Install

    npm i react-native-sms-linking

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    50.4 kB

    Total Files

    6

    Last publish

    Collaborators

    • tiaanduplessis