Home > Enterprise >  keyboard not opening in react native otp input
keyboard not opening in react native otp input

Time:03-28

I'm beginner in react native and trying to design a OTP input boxes. On opening screen keyboard is not opening. First placeholder is autofocused but keyboard is not opening. I'm using this library.

React native otp input

CodePudding user response:

Set autoFocusOnLoad={false} it's working on my side.

  • Related