mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-28 20:35:19 +08:00
fix: add tabBarColor prop to typedefs (#58)
This commit is contained in:
@@ -34,6 +34,7 @@ export type NavigationMaterialBottomTabOptions = {
|
||||
tabBarVisible?: boolean;
|
||||
tabBarAccessibilityLabel?: string;
|
||||
tabBarTestID?: string;
|
||||
tabBarColor?: string;
|
||||
tabBarIcon?:
|
||||
| React.ReactNode
|
||||
| ((props: {
|
||||
|
||||
Reference in New Issue
Block a user