You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stopSmsHandling() should call automatically when we call startSmsHandling() function but it's not happing. NativeSmsListener is not stopping after allow or deny operation.
Please correct me I'm wrong ? I want to stop NativeSmsListener, how can I do that ?
Please try to reply as soon as you can.
The text was updated successfully, but these errors were encountered:
const message: SMSMessage = startSmsHandling((event: { sms?: string }) => {
console.log(event);
var otp = retrieveVerificationCode(event?.sms,4)
this.setState({ code: otp.toString() })
})
stopSmsHandling() should call automatically when we call startSmsHandling() function but it's not happing. NativeSmsListener is not stopping after allow or deny operation.
Please correct me I'm wrong ? I want to stop NativeSmsListener, how can I do that ?
Please try to reply as soon as you can.
The text was updated successfully, but these errors were encountered: