diff --git a/packages/editor/src/components/rich-text/index.native.js b/packages/editor/src/components/rich-text/index.native.js index fa1a391e28dbb..45c555b233e62 100644 --- a/packages/editor/src/components/rich-text/index.native.js +++ b/packages/editor/src/components/rich-text/index.native.js @@ -370,6 +370,7 @@ export class RichText extends Component { onContentSizeChange={ this.onContentSizeChange } onActiveFormatsChange={ this.onActiveFormatsChange } isSelected={ this.props.isSelected } + blockType={ { tag: tagName } } color={ 'black' } maxImagesWidth={ 200 } style={ style }