Textinput breaks view layout. first ss all views normaly work but I click texinput breaks example in second ss we see textinput under the logo. How to fix it ?
<TextInput
  value={values.username}
  style={styles.input}
  placeholder='Adınızı Giriniz..'
  onChangeText={handleChange('username')}
/>

 
    