start refacto home and fix description
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user