rn-sms
v0.1.5
Published
React native sms inbox reader
Downloads
3
Readme
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