user info added

This commit is contained in:
AngelV3rgs 2023-07-16 14:14:54 +08:00
parent d51ab2082d
commit 281d53e3dd
7 changed files with 295 additions and 2 deletions

View file

@ -97,6 +97,15 @@ export default function CustomDrawerContent(props: {}) {
<SignupIcon size={32} />
<Text style={styles.text_white_medium}>Register</Text>
</DrawerButton>
<DrawerButton
color={colors.blue_2}
onPress={() => {
navigation.navigate("UserInfo");
}}
>
<HomeIcon size={32} />
<Text style={styles.text_white_medium}>UserInfo</Text>
</DrawerButton>
{/*
Debug buttons for accessing revalidation and activation page
<DrawerButton