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
+7 -2
View File
@@ -6,7 +6,6 @@ export const Routes = {
BottomTab: "BottomTab",
Welcome: "Welcome",
Notifications: "Notifications",
HomeStack: "HomeStack",
Home: "Home",
@@ -16,7 +15,6 @@ export const Routes = {
Chat: "Chat",
SettingsStack: "SettingsStack",
Settings: "Settings",
ProjectSettings: "ProjectSettings",
AccountSettings: "AccountSettings",
@@ -70,4 +68,11 @@ export const Routes = {
Profile: "Profile",
SingerProfile: "SingerProfile",
EditProfile: "EditProfile",
Settings: "Settings",
ChangeEmailAddress: "ChangeEmailAddress",
ChangePassword: "ChangePassword",
Notifications: "Notifications",
Language: "Language",
Reels: "Reels",
};