I am trying to make video player using expo-video-player, I implemented the screen rotation when entering to full screen. But with back button it saves it s previous orientation when trying to exit from video player.
I have written code for "enterFull" and "exitFull" and I am expecting "exitFull" will run on back press.