mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-01 09:27:14 +08:00
committed by
Nicolas Gallagher
parent
70e3ea8b57
commit
3eeda686b1
@@ -21,6 +21,7 @@ const TextPropTypes = {
|
||||
accessible: bool,
|
||||
children: any,
|
||||
importantForAccessibility: oneOf(['auto', 'no', 'no-hide-descendants', 'yes']),
|
||||
maxFontSizeMultiplier: number,
|
||||
nativeID: string,
|
||||
numberOfLines: number,
|
||||
onBlur: func,
|
||||
|
||||
@@ -47,6 +47,7 @@ class Text extends Component<*> {
|
||||
allowFontScaling,
|
||||
ellipsizeMode,
|
||||
lineBreakMode,
|
||||
maxFontSizeMultiplier,
|
||||
minimumFontScale,
|
||||
onLayout,
|
||||
onLongPress,
|
||||
|
||||
@@ -95,6 +95,7 @@ class TextInput extends Component<*> {
|
||||
'url',
|
||||
'web-search'
|
||||
]),
|
||||
maxFontSizeMultiplier: number,
|
||||
maxLength: number,
|
||||
multiline: bool,
|
||||
numberOfLines: number,
|
||||
@@ -202,6 +203,7 @@ class TextInput extends Component<*> {
|
||||
inlineImagePadding,
|
||||
inputAccessoryViewID,
|
||||
keyboardAppearance,
|
||||
maxFontSizeMultiplier,
|
||||
needsOffscreenAlphaCompositing,
|
||||
onAccessibilityTap,
|
||||
onContentSizeChange,
|
||||
|
||||
Reference in New Issue
Block a user