react-native-vlc-media-player icon indicating copy to clipboard operation
react-native-vlc-media-player copied to clipboard

Cannot make video fill the whole screen?

Open endrits079 opened this issue 2 years ago • 3 comments

There is black space left on top and bottom of the screen, I want to make the video fill the entire screen this is the styles that I applied { position: 'absolute', top: 0, left: 0, right: 0, bottom: 0, width: deviceWidth, height: deviceHeight, zIndex: -1, }

and tried all the options for resizeMode but none worked

endrits079 avatar May 09 '22 15:05 endrits079

same issue here. using [email protected]

slodhi786 avatar Sep 19 '23 21:09 slodhi786

The same issue. Any possibility to turn on full screen view ?

igorbacz avatar Nov 14 '23 09:11 igorbacz