how to make TextInput component disabled in react native code example Example: TextInput disable react native <TextInput editable={false} selectTextOnFocus={false} />