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