Comment rendre une TextArea inactirable dans React Native

 <TextInput
    value = "Read Only"
    editable = {false}
 />
Outstanding Oystercatcher