Adjust custom subtitle container position in VideoPlayer component for improved visibility

This commit is contained in:
tapframe 2025-06-08 18:48:05 +05:30
parent 10e12fa6bd
commit c7110edcb8

View file

@ -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',