I have an empty header on my keyboard (I mean the row above letters), how can I remove this part from the keyboard in my react native app? Thanks
enter image description here
use the following props in your <TextInput />
<TextInput />
keyboardType='visible-password'
autoCorrect={false}