0.1.5 • Published 2 years ago

rn-sms v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

rn-sms

Read sms

Installation

npm install rn-sms

Usage

import { getAllSms } from "rn-sms";
// ...
const messages = await getAllSms(100);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library