update
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -25,4 +25,5 @@ export const Routes = {
|
||||
|
||||
Writing: "Writing",
|
||||
WritingLyrics: "WritingLyrics",
|
||||
CreateLyricsWithAi: "CreateLyricsWithAi",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user