feat: edit expense

This commit is contained in:
Jakob Stornig 2024-01-05 15:26:09 +01:00
parent deda54152b
commit 5b71fa74b1
11 changed files with 273 additions and 41 deletions

View file

@ -24,8 +24,8 @@ export default function _Layout() {
title: "test",
headerShown: false,
}}/>
<Stack.Screen name="addItem" options={{
title: "new Expense",
<Stack.Screen name="expense" options={{
headerShown: false,
}}/>
<Stack.Screen name="userSettings" options={{
animation: "slide_from_left",