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

When the application is switched to the background or the screen is locked, he no longer works #32

Closed yueduz closed 4 years ago

alexander-morris commented 4 years ago

That's mainly a side effect of implementing this at the view layer. Try adding a service bridge: https://medium.com/reactbrasil/how-to-create-an-unstoppable-service-in-react-native-using-headless-js-93656b6fd5d1