briankabiro / react-native-get-sms-android

React Native module to get messages on an Android device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Support for AddressRegex

krutarth-h-dave opened this issue · comments

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