This commit is contained in:
Philip Cesar Garay
2025-08-15 21:02:34 +08:00
parent 41636b5dbc
commit a8ebe8bcc3
39 changed files with 1436 additions and 391 deletions
+2 -1
View File
@@ -18,6 +18,7 @@ import HomeStack from "./HomeStack";
import ChatStack from "./ChatStack";
import SettingsStack from "./SettingsStack";
import Library from "../screens/Library/Library.js";
import Profile from "../screens/Profile/Profile.js";
const bottomTabStyles = StyleSheet.create({
icon: {
@@ -91,7 +92,7 @@ export const BottomTabScreen = () => {
/>
<BottomTab.Screen
name={Routes.Profile}
component={SettingsStack}
component={Profile}
options={{
tabBarLabel: "Profil",
headerShown: false,