mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-25 20:39:23 -05:00
remove headers on rootstack
This commit is contained in:
@@ -16,7 +16,7 @@ export default function Navigation(): React.JSX.Element {
|
||||
name='Tabs'
|
||||
component={Tabs}
|
||||
options={{
|
||||
headerShown: true,
|
||||
headerShown: false,
|
||||
navigationBarColor: theme.background.val,
|
||||
}}
|
||||
/>
|
||||
@@ -24,7 +24,7 @@ export default function Navigation(): React.JSX.Element {
|
||||
name='Player'
|
||||
component={Player}
|
||||
options={{
|
||||
headerShown: true,
|
||||
headerShown: false,
|
||||
presentation: 'modal',
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user