if (this.state.isFocused && focusRing) {
      componentStyle = {
        ...componentStyle,
        ...(rounded ? styles.textFieldRoundedFocus : styles.textFieldFocus)
      };