TheWidlarzGroup / react-native-video

A <Video /> component for react-native
https://docs.thewidlarzgroup.com/react-native-video/
MIT License
7.23k stars 2.9k forks source link

fix(android): bad rotation handling #4205

Closed freeboub closed 2 months ago

freeboub commented 2 months ago

Summary

Bad rotation handling due to missing break

Motivation

fix https://github.com/TheWidlarzGroup/react-native-video/issues/4187

Changes

Just add a break in a switch case Add sample video with 90° rotation

Test plan

can be tested with the sample now

KrzysztofMoch commented 2 months ago

I want to make release, so I will merge this one as it looks fine for me