Hello everyone, this is my first time posting here. I am working on a React Native project using Expo, and I have set the screen orientation to "default" so the app supports both portrait and landscape modes. However, when I change the orientation on Android devices, I sometimes experience flickering or see white space appearing on the screen. It seems that when switching from landscape to portrait (or vice versa), the layout fails to adjust properly, causing this white space. Additionally, the flickering happens continuously, which I do not understand. Since I am new to React Native, I’m not sure how to fix this issue. If anyone can help or suggest solutions, I would really appreciate it.