Skip to content

Commit

Permalink
[rnmobile]: Send blockType prop to RNAztecView (#12869)
Browse files Browse the repository at this point in the history
  • Loading branch information
etoledom authored Dec 17, 2018
1 parent d9fe45e commit 06f3cd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/components/rich-text/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 06f3cd5

Please sign in to comment.