From fe51d46254cf3e6aba0b9d84840146c26b8effc8 Mon Sep 17 00:00:00 2001 From: cdOut <88325488+cdOut@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:40:21 +0200 Subject: [PATCH] fix video player base controls bottom margin value --- src/components/VideoPlayer/index.native.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/VideoPlayer/index.native.js b/src/components/VideoPlayer/index.native.js index b0aa5e48d1e5..f9a3f29494b2 100644 --- a/src/components/VideoPlayer/index.native.js +++ b/src/components/VideoPlayer/index.native.js @@ -3,7 +3,7 @@ import CONST from '@src/CONST'; import BaseVideoPlayer from './BaseVideoPlayer'; import {videoPlayerDefaultProps, videoPlayerPropTypes} from './propTypes'; -function VideoPlayer({videoControlsStyle, shouldUseControlsBottomMargin, ...props}, ref) { +function VideoPlayer({videoControlsStyle, shouldUseControlsBottomMargin = true, ...props}, ref) { return (