first version of a really buggy and ugly caption selector and renderer

This commit is contained in:
Jorrin
2024-02-16 21:25:29 +01:00
parent d9964f5a72
commit 52eab1e8e8
17 changed files with 370 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ interface ControlsOverlayProps {
export const ControlsOverlay = ({ headerData }: ControlsOverlayProps) => {
return (
<View className="absolute left-0 top-0 flex h-full w-full flex-1">
<View className="absolute left-0 top-0 flex h-full w-full flex-1 flex-col justify-between">
<Header data={headerData} />
<MiddleControls />
<BottomControls />