From a83680196054bffe4945402e3de189dbc07cd496 Mon Sep 17 00:00:00 2001 From: Ors Kovacs Date: Thu, 6 Jul 2017 09:50:31 +0200 Subject: [PATCH] Fixing react-native TextInput style - adding TextStyle Array to ReactNative TextInput style property --- types/react-native/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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