penambahan folder screens, styles dan navigation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import HomeView from "@/components/Home/HomeView";
|
||||
import HomeView from "@/screens/Home/HomeView";
|
||||
import { MainColor } from "@/constants/color-palet";
|
||||
import { Stack } from "expo-router";
|
||||
import React from "react";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import ViewWrapper from "@/components/_ShareComponent/ViewWrapper";
|
||||
import HomeView from "@/components/Home/HomeView";
|
||||
import { Styles } from "@/constants/global-styles";
|
||||
import HomeView from "@/screens/Home/HomeView";
|
||||
import { Styles } from "@/styles/global-styles";
|
||||
import { View } from "react-native";
|
||||
|
||||
export default function Application() {
|
||||
|
||||
Reference in New Issue
Block a user