I'm working with a login screen, and I have that eye icon so I can hide or reveal the password content. But when I update the state of the icon, the keyboard of the mobile phone changes. Is there any way to keep the keyboard in the same way in both cases?
I tried to change the prop keyboardType, but it still changes.
That's with the secureTextInput unabled
That's with the secureTextInput abled
As you can see, the number keyboard appears and disappears, so the full app interface translates.