react-native-sms-linking

Simple Linking API wrapper to send SMS


Keywords
linking, react-native, sms
License
MIT
Install
npm install react-native-sms-linking@1.0.1

Documentation

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