Finish up subjects page and user info page

This commit is contained in:
Keannu Christian Bernasol 2023-07-18 21:38:49 +08:00
parent ff973ccb0b
commit 1ac68bee30
4 changed files with 22 additions and 10 deletions

View file

@ -78,6 +78,15 @@ export default function CustomDrawerContent(props: {}) {
<UserIcon size={32} />
<Text style={styles.text_white_medium}>User Info</Text>
</DrawerButton>
<DrawerButton
color={colors.secondary_2}
onPress={() => {
navigation.navigate("Subjects");
}}
>
<UserIcon size={32} />
<Text style={styles.text_white_medium}>Subjects</Text>
</DrawerButton>
<DrawerButton
color={colors.secondary_3}
onPress={async () => {