diff --git a/packages/bottom-tabs/src/views/BottomTabItem.tsx b/packages/bottom-tabs/src/views/BottomTabItem.tsx index b23b8d22..06b63c6f 100644 --- a/packages/bottom-tabs/src/views/BottomTabItem.tsx +++ b/packages/bottom-tabs/src/views/BottomTabItem.tsx @@ -206,10 +206,6 @@ export default function BottomTabBarItem({ ); } - if (typeof label === 'string') { - return label; - } - return label({ focused, color }); };