We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04e1cf commit b4aa331Copy full SHA for b4aa331
src/types.ts
@@ -280,6 +280,7 @@ export interface BaseEnrichedTextInputProps
280
selectionColor?: ColorValue;
281
autoCapitalize?: 'none' | 'sentences' | 'words' | 'characters';
282
htmlStyle?: HtmlStyle;
283
+ style?: ViewStyle | TextStyle;
284
scrollEnabled?: boolean;
285
linkRegex?: RegExp | null;
286
onFocus?: (e: FocusEvent) => void;
@@ -312,5 +313,4 @@ export interface BaseEnrichedTextInputProps
312
313
* Disabled by default.
314
*/
315
useHtmlNormalizer?: boolean;
- style?: ViewStyle | TextStyle;
316
}
0 commit comments