Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor updates to readme #2423

Merged
merged 3 commits into from
May 7, 2019
Merged
Changes from 2 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
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,10 @@ See the official [React Native website](https://facebook.github.io/react-native/

## System Requirements

- You can build and deploy React Native Windows apps on the Pro or Enterprise versions of Windows
- You cannot run the emulators and some other developer tooling on the "Starter" or "Home" versions of these operating systems
- You can run React Native Windows UWP apps only on Windows 10 devices
- React Native Windows -[current](https://github.com/Microsoft/react-native-windows/tree/master/current) supports Windows 10 SDK > [14393](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive) and Windows 8.1
- React Native Windows -[vnext](https://github.com/Microsoft/react-native-windows/tree/master/vnext) currently supports Windows 10 SDK > [14393](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive)
- You can run React Native Windows WPF apps using the [current](https://github.com/Microsoft/react-native-windows/tree/master/current) implementation on Windows 7-10 so long as .NET 4.6 is installed on the end user's machine
- You can run React Native Windows UWP apps only on Windows 10 devices
- React Native Windows -[current](https://github.com/Microsoft/react-native-windows/tree/master/current) supports Windows 10 SDK > [16299](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive) and Windows 8.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

current target min version is 14393.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, updated.

- React Native Windows -[vnext](https://github.com/Microsoft/react-native-windows/tree/master/vnext) currently supports Windows 10 SDK > [16299](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive)
- You can run React Native Windows WPF apps using the [current](https://github.com/Microsoft/react-native-windows/tree/master/current) implementation on Windows 7-10 so long as .NET 4.6 is installed on the end user's machine
- Download [Visual Studio 2017 Community or Greater](https://www.visualstudio.com/downloads/). (Visual Studio 2015 support has been deprecated.)
- You will need to start Visual Studio after it is installed to do some final setup before it can be used to build or run your React Native Windows application

Expand Down