diff --git a/front/Navigation.tsx b/front/Navigation.tsx index 8b43e4d..0e9ab1b 100644 --- a/front/Navigation.tsx +++ b/front/Navigation.tsx @@ -55,7 +55,7 @@ const protectedRoutes = () => options: { headerShown: false }, link: '/V2', }, - Play: { component: PlayView, options: { title: translate('play') }, link: '/play/:songId' }, + Play: { component: PlayView, options: { headerShown: false, title: translate("play") }, link: '/play/:songId' }, Settings: { component: SettingsTab, options: { headerShown: false },