added conversation/groupchat page

This commit is contained in:
AngelV3rgs 2023-09-03 22:31:41 +08:00
parent 22707b8372
commit f0c46f2fbe
5 changed files with 201 additions and 3 deletions

View file

@ -124,7 +124,14 @@ export default function CustomDrawerContent(props: {}) {
<SignupIcon size={32} />
<Text style={styles.text_white_medium}>Register</Text>
</DrawerButton>
<DrawerButton
onPress={() => {
navigation.navigate("Conversation");
}}
>
<SubjectIcon size={32} />
<Text style={styles.text_white_medium}>Conversation</Text>
</DrawerButton>
{/*
Debug buttons for accessing revalidation and activation page
<DrawerButton