Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit a2c61ae

Browse files
OwlHaussatya164
authored andcommitted
fix: add tabBarColor prop to typedefs (#58)
1 parent 09aeca4 commit a2c61ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export type NavigationMaterialBottomTabOptions = {
3434
tabBarVisible?: boolean;
3535
tabBarAccessibilityLabel?: string;
3636
tabBarTestID?: string;
37+
tabBarColor?: string;
3738
tabBarIcon?:
3839
| React.ReactNode
3940
| ((props: {

0 commit comments

Comments
 (0)