feat: fixes

This commit is contained in:
2025-12-10 11:52:25 +01:00
parent d92303dd8a
commit bff35bb118
7 changed files with 348 additions and 15 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ export const BottomTabScreen = () => {
name={Routes.HitParade}
component={HitParade}
options={{
tabBarLabel: "Hit Parade",
tabBarLabel: "Streaming",
headerShown: false,
tabBarShowLabel: true,
tabBarIcon: ({ focused }) => renderIcon(tabs.ribbon, focused),