Hi!
Today I found an issue in my react native android project.
App rotation on android stopped work.
I discovered that it happened when I added "react-native-smart-splash-screen" package.
I created a test repo so you can easily reproduce it:
https://bitbucket.org/growappisrael/rn-test-project
On the master branch, the "react-native-smart-splash-screen" package is not installed so the rotation works.
On the "added_splash" branch the "react-native-smart-splash-screen" package is installed and the rotation does not work.