upd: dowload file
This commit is contained in:
@@ -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() }} />,
|
||||
|
||||
Reference in New Issue
Block a user