This commit is contained in:
Philip Cesar Garay
2025-08-18 21:11:27 +08:00
parent 5fd72ba2c0
commit 56a66e59c9
8 changed files with 92 additions and 3 deletions
+2 -1
View File
@@ -19,6 +19,7 @@ import ChatStack from "./ChatStack";
import SettingsStack from "./SettingsStack";
import Library from "../screens/Library/Library.js";
import Profile from "../screens/Profile/Profile.js";
import HitParade from "../screens/HitParade/HitParade.js";
const bottomTabStyles = StyleSheet.create({
icon: {
@@ -62,7 +63,7 @@ export const BottomTabScreen = () => {
/>
<BottomTab.Screen
name={Routes.HitParade}
component={ChatStack}
component={HitParade}
options={{
tabBarLabel: "Hit Parade",
headerShown: false,