react-native-vlc-media-player
react-native-vlc-media-player copied to clipboard
Cannot make video fill the whole screen?
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
same issue here. using [email protected]
The same issue. Any possibility to turn on full screen view ?