This repository has no description

vod: disable native controls; fit video in fullscreen/landscape master

Turn expo-video's nativeControls off entirely — we render our own controls, and even briefly enabling them flashed the native overlay. Fix the video clipping off the bottom in fullscreen/landscape: a width-100% + aspectRatio box is taller than a landscape screen. When fullscreen or the device is landscape, fill the area with flex:1 and let objectFit:contain letterbox the video to fit. Portrait inline keeps the aspect-ratio box (video on top, metadata below). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>


+22 -11
2 changed files