feat: Add expense screen
This commit is contained in:
parent
e1efed5b21
commit
36679279c1
18 changed files with 459 additions and 57 deletions
|
|
@ -41,7 +41,8 @@
|
|||
"react-native-screens": "~3.22.0",
|
||||
"react-native-uuid": "^2.0.1",
|
||||
"react-native-web": "~0.19.6",
|
||||
"reanimated-color-picker": "^2.4.2"
|
||||
"reanimated-color-picker": "^2.4.2",
|
||||
"@react-native-community/datetimepicker": "7.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
|
|
|
|||
Reference in a new issue