This commit is contained in:
Philip Cesar Garay
2025-07-31 21:25:33 +08:00
parent 5cfbc81e3a
commit 84fc719a10
307 changed files with 46470 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
export const Routes = {
Splash: "Splash",
Onboarding: "Onboarding",
Login: "Login",
ForgotPassword: "ForgotPassword",
BottomTab: "BottomTab",
Welcome: "Welcome",
Notifications: "Notifications",
HomeStack: "HomeStack",
Home: "Home",
ProjectEdit: "ProjectEdit",
ChatStack: "ChatStack",
Chat: "Chat",
SettingsStack: "SettingsStack",
Settings: "Settings",
ProjectSettings: "ProjectSettings",
AccountSettings: "AccountSettings",
TermsOfUse: "TermsOfUse",
PrivacyPolicy: "PrivacyPolicy",
Writing: "Writing",
WritingLyrics: "WritingLyrics",
};