start refacto home and fix description

This commit is contained in:
Thomas Demirdjian
2025-09-30 13:37:12 +02:00
parent 3dcf5453ca
commit 306918de00
21 changed files with 1219 additions and 231 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ import { createStackNavigator } from "@react-navigation/stack";
import { Palette } from "../styles";
import { Routes } from "./Routes";
import Home from "../screens/Home";
import CreateSongs from "../screens/CreateSongs";
import Home from "../screens/Home/Home";
const isWeb = Platform.OS === "web";
@@ -46,7 +46,7 @@ export default function HomeStackScreen() {
component={Home}
options={{ headerShown: false }}
/>
<HomeStack.Screen
<HomeStack.Screen
name={Routes.Create}
component={CreateSongs}
options={{ headerShown: false }}