Skip to content

Commit

Permalink
Merge pull request #46 from MicahMaphet/fix-label-name
Browse files Browse the repository at this point in the history
fix label name
  • Loading branch information
minhtc authored Aug 25, 2024
2 parents 01c47f4 + 52e7690 commit 9d58e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const TabbarStack = () => {
name="SearchNav"
component={SearchNavigator}
options={{
tabBarLabel: 'Seach',
tabBarLabel: 'Search',
tabBarIcon: ({color, size}) => (
<MaterialIcons name="search" color={color} size={size} />
),
Expand Down

0 comments on commit 9d58e6e

Please sign in to comment.