mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Fixing react-native TextInput style
- adding TextStyle Array to ReactNative TextInput style property
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user