Added SongCardInfo for the V2 design and type fixes

This commit is contained in:
Clément Le Bihan
2023-09-20 00:35:10 +02:00
parent 94875d4c7f
commit 8e5c65e6f2
8 changed files with 503 additions and 73 deletions
+7 -2
View File
@@ -39,10 +39,15 @@ const removeMe = () => '';
const protectedRoutes = () =>
({
Home: {
component: TabNavigation,
options: { title: translate('welcome'), headerShown: false },
component: HomeView,
options: { title: translate('welcome'), headerLeft: null },
link: '/',
},
HomeNew: {
component: TabNavigation,
options: { headerShown: false },
link: '/V2',
},
Play: { component: PlayView, options: { title: translate('play') }, link: '/play/:songId' },
Settings: {
component: SetttingsNavigator,