Front: Allow Use of DOM for Play view

This commit is contained in:
Arthur Jamet
2023-06-08 19:20:36 +01:00
parent d7848692f7
commit fa74016257
8 changed files with 114 additions and 29 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ const SetttingsNavigator = () => {
}
return (
<TabRow.Navigator initialRouteName='InternalDefault'>
<TabRow.Navigator initialRouteName='InternalDefault' contentStyle={{}} tabBarStyle={{}}>
{/* I'm doing this to be able to land on the summary of settings when clicking on settings and directly to the
wanted settings page if needed so I need to do special work with the 0 index */}
<TabRow.Screen name='InternalDefault' component={Box} />