mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08: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
5
react-native/react-native.d.ts
vendored
5
react-native/react-native.d.ts
vendored
@@ -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