mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-17 11:12:33 +02:00
fullscreen player tablet layout
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user