diff --git a/src/Video.tsx b/src/Video.tsx index 45c755c5..dd7d19bf 100644 --- a/src/Video.tsx +++ b/src/Video.tsx @@ -779,9 +779,8 @@ const Video = forwardRef( const _style: StyleProp = useMemo( () => ({ ...StyleSheet.absoluteFillObject, - ...(showPoster ? {display: 'none'} : {}), }), - [showPoster], + [], ); return (