mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-23 19:39:35 -05:00
Space these controls out
This commit is contained in:
@@ -11,7 +11,7 @@ import { NativeStackNavigationProp } from "@react-navigation/native-stack";
|
||||
import React, { useState, useEffect } from "react";
|
||||
import { SafeAreaView, useSafeAreaFrame } from "react-native-safe-area-context";
|
||||
import { seekBy, skipToPrevious, skipToNext } from "react-native-track-player/lib/src/trackPlayer";
|
||||
import { YStack, XStack } from "tamagui";
|
||||
import { YStack, XStack, Spacer } from "tamagui";
|
||||
import PlayPauseButton from "../helpers/buttons";
|
||||
import { H5, Text } from "@/components/Global/helpers/text";
|
||||
import Icon from "@/components/Global/helpers/icon";
|
||||
@@ -171,6 +171,8 @@ export default function PlayerScreen({ navigation }: { navigation: NativeStackNa
|
||||
name="speaker-multiple"
|
||||
/>
|
||||
|
||||
<Spacer />
|
||||
|
||||
<Icon
|
||||
name="arrow-down-drop-circle"
|
||||
onPress={() => {
|
||||
@@ -178,6 +180,8 @@ export default function PlayerScreen({ navigation }: { navigation: NativeStackNa
|
||||
}}
|
||||
/>
|
||||
|
||||
<Spacer />
|
||||
|
||||
|
||||
<Icon
|
||||
name="playlist-music"
|
||||
|
||||
Reference in New Issue
Block a user