fix folder
deskripsi: - pindah folder portofolio ke (user)
This commit is contained in:
@@ -95,6 +95,14 @@ export default function UserLayout() {
|
|||||||
headerLeft: () => <BackButton />,
|
headerLeft: () => <BackButton />,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
{/* Portofolio */}
|
||||||
|
<Stack.Screen
|
||||||
|
name="portofolio"
|
||||||
|
options={{
|
||||||
|
headerShown: false,
|
||||||
|
}}
|
||||||
|
/>
|
||||||
</Stack>
|
</Stack>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
import { Text, View } from "react-native";
|
import { TextCustom, ViewWrapper } from "@/components";
|
||||||
import { useLocalSearchParams } from "expo-router";
|
import { useLocalSearchParams } from "expo-router";
|
||||||
|
|
||||||
export default function PortofolioCreate() {
|
export default function PortofolioCreate() {
|
||||||
const { id } = useLocalSearchParams();
|
const { id } = useLocalSearchParams();
|
||||||
return (
|
return (
|
||||||
<View>
|
<ViewWrapper>
|
||||||
<Text>Portofolio Create {id}</Text>
|
<TextCustom>Portofolio Create {id}</TextCustom>
|
||||||
</View>
|
</ViewWrapper>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -20,6 +20,7 @@ export default function PortofolioLayout() {
|
|||||||
name="[id]/create"
|
name="[id]/create"
|
||||||
options={{ title: "Tambah Portofolio" }}
|
options={{ title: "Tambah Portofolio" }}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</Stack>
|
</Stack>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
@@ -17,13 +17,7 @@ export default function ApplicationLayout() {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Portofolio */}
|
|
||||||
<Stack.Screen
|
|
||||||
name="portofolio"
|
|
||||||
options={{
|
|
||||||
headerShown: false,
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
|
|
||||||
{/* Take Picture */}
|
{/* Take Picture */}
|
||||||
<Stack.Screen
|
<Stack.Screen
|
||||||
|
|||||||
Reference in New Issue
Block a user