réagir l'entrée du texte du papier natif

<TextInput
      label={label}
      mode="outlined"
      theme={{
        colors: {
          primary: '#FFF' // Outline color here
        }
      }}
    />
florinrelea