read only is not working react input code example
Example: how to make a textarea unwritable in react native
<TextInput
value = "Read Only"
editable = {false}
/>
<TextInput
value = "Read Only"
editable = {false}
/>