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

Commit

Permalink
fix: add tabBarColor prop to typedefs (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
OwlHaus authored and satya164 committed Oct 21, 2019
1 parent 09aeca4 commit a2c61ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export type NavigationMaterialBottomTabOptions = {
tabBarVisible?: boolean;
tabBarAccessibilityLabel?: string;
tabBarTestID?: string;
tabBarColor?: string;
tabBarIcon?:
| React.ReactNode
| ((props: {
Expand Down

0 comments on commit a2c61ae

Please sign in to comment.