briankabiro / react-native-get-sms-android

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

Add Support for AddressRegex #72

Open krutarth-h-dave opened 4 years ago

krutarth-h-dave commented 4 years ago
Add Support for AddressRegex: To Filter out the SMSes which has sender of certain pattern
krutarth-h-dave commented 4 years ago

Hi @briankabiro , Please check this and let me know if this works? Or there are some changes needed? I'll do.

cyberquill commented 3 years ago

@briankabiro @krutarth-h-dave Guys any update on this? Would LOVE to use this functionality...😅

wjbright commented 2 years ago

@krutarth-h-dave The addressRegex only takes numbers into consideration, but there are cases where the address can be purely letters or a mix of both. Would it be better to update the regex to capture other characters?