You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: