react-native-get-sms-android
react-native-get-sms-android copied to clipboard
Read all new inbox messages using react-native-get-sms-android
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.