briankabiro / react-native-get-sms-android

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

Read new incoming messages real time #97

Open kennataddese6 opened 1 year ago

kennataddese6 commented 1 year ago

This package is really good. What I believe it lacks is that it doesn't fetch or get new incoming messages on real-time and you have to call the GetSmsAndroid.list in intervals or call the method every time. I wish it would have some listener to make it more efficient with getting incoming messages