An OTP verification component in react native to auto detect OTP from message along with auto filling and auto clearing of OTP text boxes.
- Auto focus to next TextInput box on entering an OTP digit
- Auto clearing of previous TextInput boxes on continuous pressing of Backspace
- A 30 secs timer to resend OTP
- Auto detection of OTP from SMS (built using react-native-otp-verify which internally use Google SMS retriever API)
- Auto submission of OTP within 3 secs on its successful detection from SMS