ReactNDev
Results
1
issues of
ReactNDev
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...