Integrated Api for New Notes

This commit is contained in:
toledo 2023-04-08 22:39:18 +08:00
parent 837299bcc0
commit e8d447d7ab
4 changed files with 102 additions and 72 deletions

View file

@ -44,12 +44,12 @@ export default function CustomDrawerContent(props: {}) {
color="Green"
width={width}
onPress={() => {
navigation.navigate("Add Note");
navigation.navigate("New Note");
}}
>
<AddIcon size={32} color="white" />
<Text style={{ ...styles.text_white, ...{ fontSize: 32 } }}>
Add Note
New Note
</Text>
</ButtonAlignLeft>
<ButtonAlignLeft