This commit is contained in:
Philip Cesar Garay
2025-08-01 21:05:44 +08:00
parent 84fc719a10
commit e22b87bd49
18 changed files with 500 additions and 14 deletions
+6
View File
@@ -17,6 +17,7 @@ import TermsOfUse from "../screens/TermsOfUse";
import PrivacyPolicy from "../screens/PrivacyPolicy";
import Writing from "../screens/Writing/Writing";
import WritingLyrics from "../screens/Writing/WritingLyrics";
import CreateLyricsWithAi from "../screens/Writing/CreateLyricsWithAi";
const screenOptions = {
headerShown: false,
@@ -68,6 +69,11 @@ const screens = [
name: Routes.WritingLyrics,
component: WritingLyrics,
},
{
name: Routes.CreateLyricsWithAi,
component: CreateLyricsWithAi,
},
];
export default function Main() {