Fixing react-native TextInput style

- adding TextStyle Array to ReactNative TextInput style property
This commit is contained in:
Ors Kovacs
2017-07-06 09:50:31 +02:00
parent 0459750446
commit a836801960
+1 -1
View File
@@ -1205,7 +1205,7 @@ export interface TextInputProperties extends ViewProperties, TextInputIOSPropert
/**
* Styles
*/
style?: TextStyle
style?: TextStyle | Array<TextStyle | undefined>
/**
* Used to locate this view in end-to-end tests