@@ -78,6 +78,8 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
78
78
onAccessibilityTap ?: ( ( ) => void ) | undefined ;
79
79
onMagicTap ?: ( ( ) => void ) | undefined ;
80
80
accessibilityIgnoresInvertColors ?: boolean | undefined ;
81
+ textAlign ?: "left" | "right" | "center" | undefined ;
82
+ textAlignVertical ?: "auto" | "center" | "top" | "bottom" | undefined ;
81
83
onBlur ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
82
84
onFocus ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
83
85
onPressIn ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . NativeTouchEvent > ) => void ) | undefined ;
@@ -87,8 +89,6 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
87
89
maxFontSizeMultiplier ?: number | null | undefined ;
88
90
selectionColor ?: import ( "react-native" ) . ColorValue | undefined ;
89
91
textBreakStrategy ?: "simple" | "highQuality" | "balanced" | undefined ;
90
- textAlign ?: "left" | "right" | "center" | undefined ;
91
- textAlignVertical ?: "auto" | "center" | "top" | "bottom" | undefined ;
92
92
value ?: string | undefined ;
93
93
autoCapitalize ?: "none" | "characters" | "sentences" | "words" | undefined ;
94
94
autoCorrect ?: boolean | undefined ;
@@ -404,6 +404,8 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
404
404
onAccessibilityTap ?: ( ( ) => void ) | undefined ;
405
405
onMagicTap ?: ( ( ) => void ) | undefined ;
406
406
accessibilityIgnoresInvertColors ?: boolean | undefined ;
407
+ textAlign ?: "left" | "right" | "center" | undefined ;
408
+ textAlignVertical ?: "auto" | "center" | "top" | "bottom" | undefined ;
407
409
onBlur ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
408
410
onFocus ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
409
411
onPressIn ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . NativeTouchEvent > ) => void ) | undefined ;
@@ -413,8 +415,6 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
413
415
maxFontSizeMultiplier ?: number | null | undefined ;
414
416
selectionColor ?: import ( "react-native" ) . ColorValue | undefined ;
415
417
textBreakStrategy ?: "simple" | "highQuality" | "balanced" | undefined ;
416
- textAlign ?: "left" | "right" | "center" | undefined ;
417
- textAlignVertical ?: "auto" | "center" | "top" | "bottom" | undefined ;
418
418
value ?: string | undefined ;
419
419
autoCapitalize ?: "none" | "characters" | "sentences" | "words" | undefined ;
420
420
autoCorrect ?: boolean | undefined ;
@@ -842,6 +842,8 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
842
842
onAccessibilityTap ?: ( ( ) => void ) | undefined ;
843
843
onMagicTap ?: ( ( ) => void ) | undefined ;
844
844
accessibilityIgnoresInvertColors ?: boolean | undefined ;
845
+ textAlign ?: "left" | "right" | "center" | undefined ;
846
+ textAlignVertical ?: "auto" | "center" | "top" | "bottom" | undefined ;
845
847
onBlur ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
846
848
onFocus ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
847
849
onPressIn ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . NativeTouchEvent > ) => void ) | undefined ;
@@ -851,8 +853,6 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
851
853
maxFontSizeMultiplier ?: number | null | undefined ;
852
854
selectionColor ?: import ( "react-native" ) . ColorValue | undefined ;
853
855
textBreakStrategy ?: "simple" | "highQuality" | "balanced" | undefined ;
854
- textAlign ?: "left" | "right" | "center" | undefined ;
855
- textAlignVertical ?: "auto" | "center" | "top" | "bottom" | undefined ;
856
856
value ?: string | undefined ;
857
857
autoCapitalize ?: "none" | "characters" | "sentences" | "words" | undefined ;
858
858
autoCorrect ?: boolean | undefined ;
0 commit comments