mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-08-02 17:43:19 +08:00
Finish up subjects page and user info page
This commit is contained in:
parent
ff973ccb0b
commit
1ac68bee30
4 changed files with 22 additions and 10 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue