mirror of
https://github.com/khairul169/vaulterm.git
synced 2026-09-15 17:03:30 +07:00
feat: team page
This commit is contained in:
@@ -55,6 +55,18 @@ export default function Layout() {
|
||||
),
|
||||
}}
|
||||
/>
|
||||
<Drawer.Screen
|
||||
name="team"
|
||||
options={
|
||||
{
|
||||
title: "Team",
|
||||
hidden: !teamId,
|
||||
drawerIcon: ({ size, color }) => (
|
||||
<Icons name="account-group" size={size} color={color} />
|
||||
),
|
||||
} as DrawerNavigationOptions
|
||||
}
|
||||
/>
|
||||
</Drawer>
|
||||
</GestureHandlerRootView>
|
||||
);
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
import TeamPage from "@/pages/team/page";
|
||||
|
||||
export default TeamPage;
|
||||
Reference in New Issue
Block a user