mirror of
https://github.com/lemeow125/Reactnative-notesapp.git
synced 2025-05-16 11:28:15 +08:00
Polished homepage and added private notes functionality
This commit is contained in:
parent
eafbfaaf43
commit
a452c0e329
4 changed files with 142 additions and 20 deletions
|
@ -30,6 +30,7 @@ export interface NoteProps {
|
|||
id: number;
|
||||
date_created: Date;
|
||||
owner: string;
|
||||
public: boolean;
|
||||
}
|
||||
|
||||
export interface IconProps {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue