From c7110edcb85dd87d93a29717d0be797b8fa9a5f2 Mon Sep 17 00:00:00 2001 From: tapframe Date: Sun, 8 Jun 2025 18:48:05 +0530 Subject: [PATCH] Adjust custom subtitle container position in VideoPlayer component for improved visibility --- src/screens/VideoPlayer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/VideoPlayer.tsx b/src/screens/VideoPlayer.tsx index 07fd996c..64ee75ac 100644 --- a/src/screens/VideoPlayer.tsx +++ b/src/screens/VideoPlayer.tsx @@ -2683,7 +2683,7 @@ const styles = StyleSheet.create({ }, customSubtitleContainer: { position: 'absolute', - bottom: 120, // Position above controls and progress bar + bottom: 40, // Position above controls and progress bar left: 20, right: 20, alignItems: 'center',