Incorrect Video Orientation on Android

I’m on SDK 35 & using the video component: https://docs.expo.io/versions/v36.0.0/sdk/video/

My videos are saved in the correct orientation as .mov files on AWS S3, but on Android emulators they are rendered rotated, stretching out the face:

I am using resizemode=cover

The videos load fine in the correct portrait orientation on iOS. Does anyone know how to resolve this issue?

In my app.json, my overall app orientation is portrait