Rajat421 / react-native-sms-retriever-api

Checkout my blog to have clear understanding whats this package does
https://medium.com/groww-engineering/google-sms-retriever-api-integration-with-react-native-fab31947f438
11 stars 10 forks source link

App Crashing #4

Closed shubhamverma27 closed 5 years ago

shubhamverma27 commented 5 years ago

Hi, the app is crashing on using the add listener as follows. Although, I am getting the message console.log but app immediately crashes.

RNSmsRetriever.addListener(this.handleOTPSMS);

handleOTPSMS = (sms) => { //Alert.alert(sms.toString); console.log(sms); }

Please help Thanks