Is there a way to force playing the video on Portrait from the beginning on Android? I've tried using react-native-orientation but it ignores it.
fullscreen = {true}
change it to
fullscreen = {flase}
@Rana-Muhammad-Amir Didn't work for me. Had to move to stand alone player in android.
@Rana-Muhammad-Amir I need it to play it only on fullscreen. I've finally decided to fork the repo and handle the orientation natively customizing the events listeners.
@senthilsivanath What's the stand alone player? link?
@GastonSchWun GastonSchWun
Can you provide the code on how to do it natively
@bhaveshdaswani93 I lost access to that GitHub account but you can see the commits made on the forked repo at that user repo.
Link:
Notes:
I hope it's useful to you :)