This commit is contained in:
Philip Cesar Garay
2025-08-20 21:06:21 +08:00
parent abffadc9b9
commit 046a92d866
9 changed files with 343 additions and 67 deletions
+2 -1
View File
@@ -20,6 +20,7 @@ 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";
import Playbacks from "../screens/Playbacks.js";
const bottomTabStyles = StyleSheet.create({
icon: {
@@ -73,7 +74,7 @@ export const BottomTabScreen = () => {
/>
<BottomTab.Screen
name={Routes.Playbacks}
component={SettingsStack}
component={Playbacks}
options={{
tabBarLabel: "Playbacks",
headerShown: false,