I am using React Native to create an iOS and Android App. The app contains responsive design, so that it fits all the screen sizes in Android and iOS smartphones. But when user rotates the phone, the UI just got cluttered, on some phones it split into half of the screen and half screen is white. Don't know the exact issue, it is working on small and larger devices perfectly but having these issues on screen rotation, is there anything needs to be done specially for screen rotation responsive design?
Any help would be really appreciated!