Skip to content

Commit d37cdd9

Browse files
sahrensfacebook-github-bot
authored andcommitted
FIGCardHeader updates
Reviewed By: TheSavior Differential Revision: D6914352 fbshipit-source-id: 7ee12999d19d665509e225d15cb263cbafafe258
1 parent 7aba456 commit d37cdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Text/TextProps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type PressRetentionOffset = {
3131
export type TextProps = {|
3232
accessible?: boolean,
3333
allowFontScaling?: boolean,
34-
children: Node,
34+
children?: Node,
3535
ellipsizeMode?: 'clip' | 'head' | 'middle' | 'tail',
3636
nativeID?: string,
3737
numberOfLines?: number,

0 commit comments

Comments
 (0)