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

listener not working #29

Closed 18241893045 closed 4 years ago

18241893045 commented 6 years ago

react-native : 0.51 when i get a sms ,my app doesn't alert any message!

this.SMSReadSubscription = SmsListener.addListener(message => { alert(message); });

theebi commented 6 years ago

https://github.com/CentaurWarchief/react-native-android-sms-listener/issues/28

Try this, it works.