From 605ee4df1754c50f47922b2854f364b0f2bcfccc Mon Sep 17 00:00:00 2001 From: etoledom Date: Fri, 24 Jan 2020 13:29:13 +0100 Subject: [PATCH] [RNMobile] Release v1.21.0 to master (#19854) * Adding empty function to RichText children call. (#19818) This fixes a crash originated on this PR: https://github.com/WordPress/gutenberg/pull/19536 ` * Disable gallery image size options on mobile (#19828) * Revert "Disable gallery image size options on mobile (#19828)" This reverts commit 47b74aa42f54735d2012b40d362da9fb48974cd5. Co-authored-by: Matthew Kevins --- packages/rich-text/src/component/index.native.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/rich-text/src/component/index.native.js b/packages/rich-text/src/component/index.native.js index b3a7a4a8e0247..5fbd2cf8e0305 100644 --- a/packages/rich-text/src/component/index.native.js +++ b/packages/rich-text/src/component/index.native.js @@ -726,6 +726,7 @@ export class RichText extends Component { isSelected, value: record, onChange: this.onFormatChange, + onFocus: () => {}, } ) } {