feature: add/edit/delete tasks

This commit is contained in:
kkzzhizhou 2021-11-28 22:47:54 +08:00
parent 876fe85f08
commit ac57825452
7 changed files with 75 additions and 48 deletions

View file

@ -30,6 +30,7 @@
},
"dependencies": {
"@mui/icons-material": "^5.2.0",
"@react-navigation/native": "^6.0.6",
"i18next": "^21.5.2",
"i18next-browser-languagedetector": "^6.1.2",
"node": "^16.10.0",
@ -40,6 +41,7 @@
"react-hook-form": "^7.20.2",
"react-i18next": "^11.14.2",
"react-markdown": "^7.1.0",
"react-navigation": "^4.4.4",
"react-tabs": "^3.2.2"
}
}