How to play remote video's stream in full screen mode?

I have played remote video’s stream by RTCView.
I would play it in full screen.

P/s
I tried pass data to video player of react-native-video, but not success.

Use objectFit={'cover'}

1 Like

I’m facing the same problem.
Even If I use objectFit={'cover'}, it doesn’t play the video in fullscreen.

You also need to take into account if the MainActivity is setup to render under the statusbar.
But in general you should be able to scale the video frame the same as a view.