r5n-labs / react-native-otp-inputs

OTP inputs for React-Native
MIT License
249 stars 91 forks source link

how to clear up the inputs on wrong OTP ? nothing to handle it #277

Closed ghost closed 2 years ago

kushalAppiness commented 1 year ago

otpRef?.current?.clearInput(); setTimeout(() => { otpRef?.current?.focus(); }, 100);