mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-10 22:47:58 +08:00
FIGCardHeader updates
Reviewed By: TheSavior Differential Revision: D6914352 fbshipit-source-id: 7ee12999d19d665509e225d15cb263cbafafe258
This commit is contained in:
committed by
Facebook Github Bot
parent
7aba456b04
commit
d37cdd97ae
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user