Skip to content

Commit

Permalink
fix video player base controls bottom margin value
Browse files Browse the repository at this point in the history
  • Loading branch information
cdOut committed Apr 4, 2024
1 parent 492ec77 commit fe51d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VideoPlayer/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<BaseVideoPlayer
// eslint-disable-next-line react/jsx-props-no-spreading
Expand Down

0 comments on commit fe51d46

Please sign in to comment.