mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Added unselectedTintColor prop to TabBarIOS (#10251)
Per https://facebook.github.io/react-native/docs/tabbarios.html#props
This commit is contained in:
committed by
Mohamed Hegazy
parent
00055c095d
commit
da7c99c73b
Vendored
+5
@@ -3575,6 +3575,11 @@ declare namespace __React {
|
||||
* A Boolean value that indicates whether the tab bar is translucent
|
||||
*/
|
||||
translucent?: boolean
|
||||
|
||||
/**
|
||||
* Color of text on unselected tabs
|
||||
*/
|
||||
unselectedTintColor?: string
|
||||
}
|
||||
|
||||
export interface TabBarIOSStatic extends React.ComponentClass<TabBarIOSProperties> {
|
||||
|
||||
Reference in New Issue
Block a user