diff --git a/react-native/react-native.d.ts b/react-native/react-native.d.ts index 74a86e27b7..0ffc6763a7 100644 --- a/react-native/react-native.d.ts +++ b/react-native/react-native.d.ts @@ -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 {