mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:53:24 +00:00
first version of a really buggy and ugly caption selector and renderer
This commit is contained in:
@@ -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 />
|
||||
|
Reference in New Issue
Block a user