Skip to content

Commit

Permalink
FIGCardHeader updates
Browse files Browse the repository at this point in the history
Reviewed By: TheSavior

Differential Revision: D6914352

fbshipit-source-id: 7ee12999d19d665509e225d15cb263cbafafe258
  • Loading branch information
sahrens authored and facebook-github-bot committed Feb 8, 2018
1 parent 7aba456 commit d37cdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Text/TextProps.js
Expand Up @@ -31,7 +31,7 @@ type PressRetentionOffset = {
export type TextProps = {| export type TextProps = {|
accessible?: boolean, accessible?: boolean,
allowFontScaling?: boolean, allowFontScaling?: boolean,
children: Node, children?: Node,
ellipsizeMode?: 'clip' | 'head' | 'middle' | 'tail', ellipsizeMode?: 'clip' | 'head' | 'middle' | 'tail',
nativeID?: string, nativeID?: string,
numberOfLines?: number, numberOfLines?: number,
Expand Down

0 comments on commit d37cdd9

Please sign in to comment.