@naveen521kk/expo-sms-reader
v0.2.0
Published
Read SMS in expo for android
Maintainers
Readme
expo-sms-reader
This module provides a function readAllSmsAsync() that allows you to read all SMS messages from the device. It is designed to work only on Android.
You can use requestSmsPermissionsAsync() to request the necessary permissions to read SMS messages and getSmsPermissionsAsync() to check if the permissions have been granted.
Installation
npm install @naveen521kk/expo-sms-readerUsage
See example folder for a complete example.
