This repo contained an offering to streamline dual-screen cross-platform development using React Native. The modules in the repo were built to potentially work on all major React Native platforms, but with primary focus on Android as the one with a dual screen device (Duo).
This repo is no longer in active development. The source is available for you to use as a basis for inspiration, but the implementation is not being kept up with current versions of React Native and its new architecture.
This repo provided three NPM modules:
- TwoPaneView layout component
- DualScreenInfo lower-level module
- TwoPane-Navigation navigation library for dual screen devices
Please find more details about the features as they were proposed and implemented: TwoPaneview, DualScreenInfo and TwoPane-Navigation.