Fix: refresh
This commit is contained in:
parent
4ddc76faa4
commit
c46eec06a5
4 changed files with 15 additions and 10 deletions
|
|
@ -34,7 +34,7 @@ export default function Layout() {
|
|||
}
|
||||
|
||||
return (
|
||||
<Tabs sceneContainerStyle={styles.sceneContainer} screenOptions={screenOptions}>
|
||||
<Tabs sceneContainerStyle={styles.sceneContainer} backBehavior="initialRoute" initialRouteName="(home)" screenOptions={screenOptions}>
|
||||
<Tabs.Screen name="(budget)" options={
|
||||
{
|
||||
tabBarLabel: "Budget",
|
||||
|
|
|
|||
Reference in a new issue