fullscreen player tablet layout

This commit is contained in:
Boof2015
2026-08-01 01:52:29 -04:00
parent a5e23ce49a
commit 9764e828bd
10 changed files with 537 additions and 107 deletions
+8
View File
@@ -70,6 +70,14 @@ declare class AstraQueueModuleType extends NativeModule<AstraQueueEvents> {
export interface AstraQueueViewProps extends ViewProps {
active: boolean;
palette: NativeQueuePalette;
/**
* Embedded as the now-playing companion pane rather than presented as a
* sheet. Drops the "Queue" title and its count — the pane is reached from a
* button that already names it, and the player header a few hundred dp to the
* left already says what is playing from where. Edit stays: it is a function,
* not a label.
*/
paneMode?: boolean;
}
function nativeColor(value: string): number {