abbasfreestyle / react-native-af-video-player

MIT License
381 stars 288 forks source link

FullScreen doesn't work when the inside A modal !! #58

Closed yjose closed 6 years ago

yjose commented 6 years ago

Hi thank you for this great work

I just used the Video component inside A react modal, it works perfectly but when I press the fullscreen button, the app stooped and not responded. Any help here !!!!

MarianBe commented 6 years ago

you need to set supportedOrientations <Modal visible={true} supportedOrientations={['portrait', 'landscape']}