react-native-get-sms-android
react-native-get-sms-android copied to clipboard
React Native module to get messages on an Android device
Autosend method is not working in android version 12. Help me out for this issue. Thanks!.
Is there any work around to make it work? Thanks
```release-note Add Support for AddressRegex: To Filter out the SMSes which has sender of certain pattern ```
Implemented a Null Check, I was facing a NPE here.
Thanks for any reply
``` DeviceEventEmitter.addListener('sms_onDelivery', (msg) => { console.log(msg); }); ``` The above works, just it only returns message "SMS delivered" . If multiple sms were sent out, how can I know which...
Is there any particular format in which we must write the regex expression? Because whenever I put bodyRegex, I get an empty array as response.
Hello, on huawei p8 lite sent messages do not appear in messages app. I see on logs the following error / info: D/SmsManager: getSubscriptionId isSmsSimPickActivityNeeded is true E/SmsManager: Unable to...
i'm wondering if i found a sollution where i can get all new messages from inbox. In r**eact-native-get-sms-adroid** we can only get message for single number, can we use this...