mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-27 05:28:44 -06:00
fix artist stacks
This commit is contained in:
@@ -30,8 +30,7 @@ export function Discover(): React.JSX.Element {
|
||||
component={ArtistScreen}
|
||||
options={({ route }) => ({
|
||||
title: route.params.artist.Name ?? 'Unknown Artist',
|
||||
headerLargeTitle: true,
|
||||
headerLargeTitleStyle: {
|
||||
headerTitleStyle: {
|
||||
fontFamily: 'Aileron-Bold',
|
||||
},
|
||||
})}
|
||||
|
||||
@@ -35,17 +35,13 @@ export default function LibraryStack(): React.JSX.Element {
|
||||
options={({ route }) => ({
|
||||
title: route.params.artist.Name ?? 'Unknown Artist',
|
||||
headerLargeTitle: true,
|
||||
headerLargeTitleStyle: {
|
||||
headerTitleStyle: {
|
||||
fontFamily: 'Aileron-Bold',
|
||||
},
|
||||
})}
|
||||
/>
|
||||
|
||||
<Stack.Screen
|
||||
name='Artists'
|
||||
component={ArtistsScreen}
|
||||
options={({ route }) => ({ g })}
|
||||
/>
|
||||
<Stack.Screen name='Artists' component={ArtistsScreen} options={({ route }) => ({})} />
|
||||
|
||||
<Stack.Screen
|
||||
name='Album'
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function SearchStack(): React.JSX.Element {
|
||||
component={SearchScreen}
|
||||
options={{
|
||||
headerLargeTitle: true,
|
||||
headerLargeTitleStyle: {
|
||||
headerTitleStyle: {
|
||||
fontFamily: 'Aileron-Bold',
|
||||
},
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user