upd: dowload file

This commit is contained in:
amel
2025-06-09 17:37:28 +08:00
parent 88d9cd117d
commit 636bfcc87c
4 changed files with 11 additions and 73 deletions

View File

@@ -56,12 +56,6 @@ export default function RootLayout() {
headerTitleAlign: 'center',
headerRight: () => <HeaderRightDivisionList />
}} />
<Stack.Screen name="coba" options={{
headerLeft: () => <ButtonBackHeader onPress={() => { router.push('/home') }} />,
title: 'Latihan tab',
headerTitleAlign: 'center',
headerRight: () => <HeaderMemberList />
}} />
<Stack.Screen name="division/[id]/(fitur-division)" options={{ headerShown: false }} />
<Stack.Screen name="group/index" options={{
headerLeft: () => <ButtonBackHeader onPress={() => { router.back() }} />,