tttstudios / react-native-otp-input

Tiny Javascript library which provides an elegant UI for user to input one time passcode.
MIT License
535 stars 241 forks source link

fix: remove overlay background on otp completion blur #182

Closed saheem128 closed 2 years ago

saheem128 commented 2 years ago

The current implementation puts a focus overlay over the otp component upon otp completion, making the background look a bit dark until one clicks anywhere else on the screen. This PR removes that unnecessary behaviour.