Skip to content

Commit

Permalink
[RNMobile] Release v1.21.0 to master (#19854)
Browse files Browse the repository at this point in the history
* Adding empty function to RichText children call. (#19818)

This fixes a crash originated on this PR:
#19536
`

* Disable gallery image size options on mobile (#19828)

* Revert "Disable gallery image size options on mobile (#19828)"

This reverts commit 47b74aa.

Co-authored-by: Matthew Kevins <mkevins@users.noreply.github.com>
  • Loading branch information
2 people authored and maxme committed Jan 24, 2020
1 parent 21936b5 commit 605ee4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rich-text/src/component/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ export class RichText extends Component {
isSelected,
value: record,
onChange: this.onFormatChange,
onFocus: () => {},
} ) }
<RCTAztecView
ref={ ( ref ) => {
Expand Down

0 comments on commit 605ee4d

Please sign in to comment.