react-native-sms-linking
v1.0.2
Published
Simple Linking API wrapper to send SMS
Downloads
23
Readme
react-native-sms-linking
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
- Fork it and create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
License
MIT