Expo Video fullscreen rotation on Android not working

Hello,

Expo video (expo-av package) rotation is not working on fullscreen mode in Android. iOS is working right.

My Expo SDK version is 34.0.0

<Video
  source={{ uri: urlToVideo }}
  rate={1.0}
  volume={1.0}
  isMuted={false}
  useNativeControls
  resizeMode='contain'
  shouldPlay
  isLooping={false}
  style={{
    height: '100%',
    width: '100%'
  }}
/>

Hi. It works OK for me on a Galaxy S8.

If you load this snack in the Expo client on your device does it work for you:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.