react-native-expo-read-sms
react-native-expo-read-sms copied to clipboard
Add Background Support
I would like to listen for sms in background (if app was closed). Currently, if I close the app am unable to receive a sms.
@syedabuthahirm : I have thought of it too! What is your use case ?
I'm planning to build an expense tracker that monitors SMS messages to detect debit or credit transactions. When such a message is received, the user will be notified via a local notification, making it easier to add the transaction. Additionally, we could develop a messaging app if a background service is enabled.
Will explore this.