mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-05-07 22:19:31 -05:00
adjust flex on song metadata
This commit is contained in:
@@ -84,7 +84,7 @@ export default function PlayerScreen({ navigation }: { navigation: NativeStackNa
|
||||
|
||||
{/** Memoize TextTickers otherwise they won't animate due to the progress being updated in the PlayerContext */}
|
||||
{ useMemo(() => {
|
||||
<YStack justifyContent="flex-start" flex={5}>
|
||||
<YStack justifyContent="flex-start" flex={4}>
|
||||
<TextTicker {...TextTickerConfig}>
|
||||
<Text
|
||||
bold
|
||||
|
||||
Reference in New Issue
Block a user