diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index a7f4324d8b..cdd58762a4 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -1205,7 +1205,7 @@ export interface TextInputProperties extends ViewProperties, TextInputIOSPropert /** * Styles */ - style?: TextStyle + style?: TextStyle | Array /** * Used to locate this view in end-to-end tests