Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit bd13632

Browse files
committed
fix: add missing key prop to TabBarButton in BottomTabBar component
1 parent 516bc9d commit bd13632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/tabbar/BottomTabBar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const BottomTabBar = ({
3333

3434
return (
3535
<TabBarButton
36+
key={route.name}
3637
label={label}
3738
isFocused={isFocused}
3839
onPress={onPress}

0 commit comments

Comments
 (0)