TextInput disable react native

JavaScript
<TextInput editable={false} selectTextOnFocus={false} />
Source

Also in JavaScript: