rn-sms-fetch
v0.3.0
Published
a sms fetch for android for new arch
Readme
react-native-rn-sms-fetch
a sms fetch for android new arch
Installation
npm install rn-sms-fetchUsage
import { readSms, type Sms } from 'react-native-rn-sms-fetch';
const result = await readSms();The res is a array of objects where each object is the message with their id, address, body and date.
Contributing
License
MIT
Made with create-react-native-library
