briankabiro / react-native-get-sms-android

React Native module to get messages on an Android device
MIT License
135 stars 68 forks source link

Add Support for AddressRegex #73

Open krutarth-h-dave opened 3 years ago

krutarth-h-dave commented 3 years ago

For the use-case of filtering out a certain type of SMSes where the Senders matches some pattern, I was thinking if we can add support for addressRegex in the SMS filter.

I have created the PR. Please take a look and let me know if changes are needed.

PR: #72