Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# React Native dual-screen
This repo contains Microsoft's offerings to streamline [dual-screen](https://docs.microsoft.com/en-us/dual-screen/) cross-platform development using React Native. The modules in the repo will work on any platform, but only Android actually has a dual screen device (Duo).
This repo contained an offering to streamline [dual-screen](https://docs.microsoft.com/en-us/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).

### Repo status
See below. We currently have three npm packages for dual screen devices.
# Repo status
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.


## Offerings
This repo provides three modules
## Modules
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. Feel free to chime in with comments about [TwoPaneview](https://github.com/react-native-community/discussions-and-proposals/issues/197), [DualScreenInfo](https://github.com/react-native-community/discussions-and-proposals/issues/189) and
[TwoPane-Navigation](https://github.com/microsoft/react-native-dualscreen/tree/master/twopane-navigation)!

# React Native for Windows
In the meantime, for more information about React Native for Windows, including steps for [getting started](https://microsoft.github.io/react-native-windows/docs/getting-started), please visit our [website](https://microsoft.github.io/react-native-windows/). And keep an eye on our [blog](https://microsoft.github.io/react-native-windows/blog/) or follow [@ReactWindows](https://twitter.com/ReactWindows) on Twitter for new announcements!
Please find more details about the features as they were proposed and implemented: [TwoPaneview](https://github.com/react-native-community/discussions-and-proposals/issues/197), [DualScreenInfo](https://github.com/react-native-community/discussions-and-proposals/issues/189) and
[TwoPane-Navigation](https://github.com/microsoft/react-native-dualscreen/tree/master/twopane-navigation).
Loading