Locking to landscape mode on iPad devices is not working properly here. Upon testing on iOS 13.5 it appears to just switch for a second and then immediately falls back to portrait. On iOS 16.0 it doesn't do anything.
here is my code:
`export default function App() {
return (
Open up App.tsx to start working on your app!
console.log('onDeviceChange', orientation)
}
/>
Locking to landscape mode on iPad devices is not working properly here. Upon testing on iOS 13.5 it appears to just switch for a second and then immediately falls back to portrait. On iOS 16.0 it doesn't do anything.
here is my code:
`export default function App() { return (
); }`