Proposal
React-Native-test-app doesn't support becoming a Slide Over window on iPad.
Alternatives
N/A
Implementation Details
Quick google sent me here: https://spin.atomicobject.com/2021/05/05/add-support-split-view-slide-over-react-native-app/
It looks like we need to check all 4 "Device Orientation" options in our Xcode target. Looking at FluentUI React Native's test app, I see that we are missing one:

Once checked, I can confirm that we know support multi-tasking / Slide Over windows (though now we must fix our UI 😅)

Additional Context
This isn't blocking anything. Just noticed it while I was debugging.
Code of Conduct
Proposal
React-Native-test-app doesn't support becoming a Slide Over window on iPad.
Alternatives
N/A
Implementation Details
Quick google sent me here: https://spin.atomicobject.com/2021/05/05/add-support-split-view-slide-over-react-native-app/

It looks like we need to check all 4 "Device Orientation" options in our Xcode target. Looking at FluentUI React Native's test app, I see that we are missing one:
Once checked, I can confirm that we know support multi-tasking / Slide Over windows (though now we must fix our UI 😅)

Additional Context
This isn't blocking anything. Just noticed it while I was debugging.
Code of Conduct