react-native-get-sms-android icon indicating copy to clipboard operation
react-native-get-sms-android copied to clipboard

React Native module to get messages on an Android device

Results 42 react-native-get-sms-android issues
Sort by recently updated
recently updated
newest added

Autosend method is not working in android version 12. Help me out for this issue. 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.

``` 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...