mirror of
https://github.com/lemeow125/Reactnative-notesapp.git
synced 2025-06-28 16:35:44 +08:00
Integrated Api for New Notes
This commit is contained in:
parent
837299bcc0
commit
e8d447d7ab
4 changed files with 102 additions and 72 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue