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 all new inbox messages using react-native-get-sms-android #89

Open Mazhardevelopers opened 3 years ago

Mazhardevelopers commented 3 years ago

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.

kyle-nih commented 1 year ago

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