andreyvital / react-native-android-sms-listener

Allows you to listen for incoming SMS messages using React Native
MIT License
358 stars 99 forks source link

How to listener sms when closed app? #64

Open trancongdung12 opened 1 year ago

trancongdung12 commented 1 year ago

Any solutions?

chaudev commented 5 months ago

To make this library work in the background, you just need to comment the line unregisterReceiver(mReceiver)

This line is in "node_module/react-native-android-sms-listener/.../SmsListenerModule.java"

Good luck to our Vietnamese brothers.

Cre: Nguyễn Phúc Bảo Châu

MahmoudY3c commented 4 months ago

checkout this #6 comment

trancongdung12 commented 4 months ago

@chaudev Thanks bro, I will check it later