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() {
|
||||
|
||||
Reference in New Issue
Block a user