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

Read all new inbox messages using react-native-get-sms-android

Mazhardevelopers opened this issue · comments

i'm wondering if i found a sollution where i can get all new messages from inbox. In react-native-get-sms-adroid we can only get message for single number, can we use this library for gettting all messages from inbox. How can we use filter for geting all messages? Or any other library for this sollution?
looking for response...
Thanks in advance.

You can easily do this already with SmsAndroid.list. Its all in the documentation.