From 9bfae2bf2d8778da2e32c4c25871c469ee3ff091 Mon Sep 17 00:00:00 2001 From: Chris Glein <26607885+chrisglein@users.noreply.github.com> Date: Mon, 5 Jan 2026 16:25:47 -0800 Subject: [PATCH] Revise README for repo status Updated README to reflect the current status of the repo and its offerings. --- README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7656118..203e2d3 100644 --- a/README.md +++ b/README.md @@ -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).