Simple Linking API wrapper to send SMS
npm install react-native-sms-linking> Simple Linking API wrapper to send SMS
- Install
- Usage
- Contribute
- License
This project uses node and npm.
``sh`
$ npm install react-native-sms-linking
$ # OR
$ yarn add react-native-sms-linking
`js
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)
``
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
MIT