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