feature home

deskripsi:
- tampilan home
This commit is contained in:
2025-06-26 17:43:47 +08:00
parent f0e0ef4b8b
commit 3849e03a1a
17 changed files with 679 additions and 126 deletions

View File

@@ -1,16 +1,9 @@
import ViewWrapper from "@/components/_ShareComponent/ViewWrapper";
import HomeView from "@/screens/Home/HomeView";
import { Styles } from "@/styles/global-styles";
import { View } from "react-native";
import NewHomeView from "@/screens/Home/UiHome";
export default function Application() {
return (
<>
<ViewWrapper>
<View style={Styles.container}>
<HomeView />
</View>
</ViewWrapper>
<NewHomeView />
</>
);
}