Closed freeboub closed 2 months ago
Bad rotation handling due to missing break
fix https://github.com/TheWidlarzGroup/react-native-video/issues/4187
Just add a break in a switch case Add sample video with 90° rotation
can be tested with the sample now
I want to make release, so I will merge this one as it looks fine for me
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