showing results for - "how to make a textarea unwritable in react native"
Dario
20 Jan 2020
1 <TextInput
2    value = "Read Only"
3    editable = {false}
4 />
5