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