fix last issues
This commit is contained in:
parent
497c556a87
commit
7dd17798c4
7 changed files with 20 additions and 17 deletions
|
|
@ -21,11 +21,12 @@ const _layout = () => {
|
|||
<Stack.Screen name='new'
|
||||
options={{
|
||||
title: "New Expense"
|
||||
|
||||
}}
|
||||
/>
|
||||
<Stack.Screen name="[expense]"
|
||||
options={{
|
||||
headerBackButtonMenuEnabled: true,
|
||||
headerBackVisible: true,
|
||||
title: "edit Expense"
|
||||
}}
|
||||
getId={(params) => String(Date.now())}
|
||||
|
|
|
|||
Reference in a new issue