Fix desktop scafold background color

This commit is contained in:
2024-01-06 16:19:36 +01:00
committed by Clément Le Bihan
parent cfc72b8bc1
commit f77874bec4
2 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ const Tabs = () => {
key={'route-' + routeIndex}
name={name}
options={{ ...route.options, headerTransparent: true }}
component={RouteToScreen(route.component)}
component={route.component}
/>
))}
</Tab.Navigator>