Added unselectedTintColor prop to TabBarIOS (#10251)

Per https://facebook.github.io/react-native/docs/tabbarios.html#props
This commit is contained in:
Brad Smith
2016-07-23 23:30:08 -07:00
committed by Mohamed Hegazy
parent 00055c095d
commit da7c99c73b

View File

@@ -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> {