TextInput
Read Only
The readOnly
prop indicates that the input value cannot be
modified by the user.
<TextInput defaultValue="Hello World" readOnly />