So I have a Default.png, Default@2x.png and Default@3x.png, in the simulator when the app loads the splash screen looks fine, but its not until I try it on a device that the splash screen is upside down.
My build settings:
settings = { orientation = { default = "portrait", supported = { "portrait", } },
I am only targeting Android devices and am on a Windows system.