davidohayon669/react-native-youtube

How do I keep the aspect ratio onReady and remove the "black boxes" above and under? ( Portrait fullscreen)

NikolaP93 opened this issue · 1 comments

Currently I am trying to have a video cover my whole screen on portrait mode, the video is landscape. So far, this only happens when the video is ready to play, but once I play the video it just goes to a reduced size. What can I do to achieve this?

onReady ( initial )
Screenshot 2020-12-18 at 13 59 05

wanted result:
Screenshot 2020-12-18 at 14 07 49

actual result

Screenshot 2020-12-18 at 13 59 14

Hey @NikolaP93, were you able to figure out the solution for this?