From d37cdd97aee4c1bac864cb28b686f2d1a128128e Mon Sep 17 00:00:00 2001 From: Spencer Ahrens Date: Wed, 7 Feb 2018 17:23:43 -0800 Subject: [PATCH] FIGCardHeader updates Reviewed By: TheSavior Differential Revision: D6914352 fbshipit-source-id: 7ee12999d19d665509e225d15cb263cbafafe258 --- Libraries/Text/TextProps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Text/TextProps.js b/Libraries/Text/TextProps.js index 91a2d365ec91db..309f5fc6b73066 100644 --- a/Libraries/Text/TextProps.js +++ b/Libraries/Text/TextProps.js @@ -31,7 +31,7 @@ type PressRetentionOffset = { export type TextProps = {| accessible?: boolean, allowFontScaling?: boolean, - children: Node, + children?: Node, ellipsizeMode?: 'clip' | 'head' | 'middle' | 'tail', nativeID?: string, numberOfLines?: number,