Skip to content

Commit

Permalink
fix: make bottom navigation icon optional
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Jul 26, 2022
1 parent 06568f7 commit aa7f774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BottomNavigation/BottomNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import type { Theme } from '../../types';
type Route = {
key: string;
title?: string;
focusedIcon: IconSource;
focusedIcon?: IconSource;
unfocusedIcon?: IconSource;
badge?: string | number | boolean;
color?: string;
Expand Down

0 comments on commit aa7f774

Please sign in to comment.