diff --git a/components/CurrentlyPlayingBar.tsx b/components/CurrentlyPlayingBar.tsx index 162b4a69..212aac6d 100644 --- a/components/CurrentlyPlayingBar.tsx +++ b/components/CurrentlyPlayingBar.tsx @@ -56,6 +56,7 @@ export const CurrentlyPlayingBar: React.FC = () => { const videoRef = useRef(null); const [paused, setPaused] = useState(true); const [progress, setProgress] = useState(0); + const [pip, setPip] = useState(false); const aBottom = useSharedValue(0); const aPadding = useSharedValue(0); @@ -229,14 +230,19 @@ export const CurrentlyPlayingBar: React.FC = () => { {cp.playbackUrl && (