microsoft / react-native-dualscreen

React Native Dual screen module
https://docs.microsoft.com/en-us/dual-screen/
MIT License
131 stars 26 forks source link

Confirm TwoPaneView gracefully falls back to one pane on non-dual-screen devices #29

Open kmelmon opened 4 years ago

kmelmon commented 4 years ago

A customer should be able to drop a TwoPaneView control into their app and have it work on windows, ios, or android single screen devices.

This issue is tracking verifying this works as expected. It should behave as if the app isn't spanned and just display one pane.

chrisglein commented 3 years ago

This would be something good to incorporate into #22, where testing is not just on dualscreen but also on single screen.