Wie man einen Textbereich in React Native unwirkbar macht
<TextInput
value = "Read Only"
editable = {false}
/>
Outstanding Oystercatcher
<TextInput
value = "Read Only"
editable = {false}
/>