perrystreetsoftware / react-native-rtmpview

Show RTMP views on iOS + Android using React Native
MIT License
98 stars 16 forks source link

Play video in full screen #3

Closed cchamikara closed 6 years ago

cchamikara commented 6 years ago

How can we give an option to play video in full screen on both iOS and android ?

esilverberg commented 6 years ago

Right now, on both iOS and Android, the RNRtmpView video playback will fill the available space of View in react.

If you want your View to be full screen, you do that in React itself by sizing the view accordingly.