A framework for building native Windows apps with React.
Перейти к файлу
Alexander Sklar 50fb5dcef8 Revert "Set Shared WindowsTargetPlatformVersion in External Property Sheets (#8470)"
This reverts commit 3688c2ef92.
2021-08-24 17:46:42 -07:00
.ado Move publish pipeline to private 1ES Agent pools (#8466) 2021-08-23 14:16:39 -07:00
.github Upgrade TargetPlatformVersion to 10.0.19041.0 (#7779) 2021-05-29 05:02:17 -07:00
.vscode
change Revert "Set Shared WindowsTargetPlatformVersion in External Property Sheets (#8470)" 2021-08-24 17:46:42 -07:00
docs Remove Stale Outputs of api-documenter (#8433) 2021-08-17 17:09:29 -07:00
packages Revert "Set Shared WindowsTargetPlatformVersion in External Property Sheets (#8470)" 2021-08-24 17:46:42 -07:00
patches Exclude WinMD AttributeNameAttribute (#8439) 2021-08-19 12:03:43 +00:00
vnext Revert "Set Shared WindowsTargetPlatformVersion in External Property Sheets (#8470)" 2021-08-24 17:46:42 -07:00
.clang-format Consolidate duplicated clang-format files (#7021) 2021-02-03 13:15:16 -08:00
.editorconfig
.gitattributes Hook up fabric view component codegen (#7759) 2021-05-12 22:40:17 +00:00
.gitignore 0.65 docs, generate docs in CI (#7481) 2021-03-26 13:41:51 -07:00
.prettierrc
.unbroken_exclusions Doxysaurus tool to generate docs for C++ (#7044) 2021-02-09 01:19:59 +00:00
.yarnrc.yml Remove or Migrate Usages of Picker (#8432) 2021-08-17 17:11:06 -07:00
Directory.Build.props Don't do js up to date checks for design builds (#6793) 2020-12-22 16:51:09 +00:00
Directory.Build.targets Disable yarn up to date checks in CI validation (#6872) 2021-01-14 15:04:03 -08:00
LICENSE
NuGet.Config Adding missing nuget.config files (#7544) 2021-04-07 16:44:12 -05:00
README.md Prepare files for default branch rename (#7825) 2021-05-24 14:40:26 -07:00
jest.config.js
lage.config.js Use MSBuild Builtin Support for NuGet Restore (#6548) 2020-11-18 01:30:52 +00:00
logo.png
package.json Integrate 7/28 Nightly RN Build (#8461) 2021-08-24 19:56:34 +00:00
yarn.lock Integrate 7/28 Nightly RN Build (#8461) 2021-08-24 19:56:34 +00:00

README.md

React Native for Windows

Build native Windows apps with React.

React Native for Windows is released under the MIT license. Current npm package version. PRs welcome!

Hero Image with Logo

See the official React Native website for an introduction to React Native.

React Native is a framework developed by Facebook that enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and React. The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere.

This repository adds support for the Windows 10 SDK, which allows you to build apps for all devices supported by Windows 10 including PCs, tablets, 2-in-1s, Xbox, Mixed reality devices etc.

Visit the official React Native for Windows + macOS website to learn more.

Contents

Status and roadmap

Check out our blog if you'd like to stay up to date on the status of React Native for Windows and check out current and past roadmaps. We will post all new releases, updates and general news about the project there.

Requirements

You can run React Native Windows apps only on devices supported by the Windows 10 SDK.

For a full and detailed list of the system requirements and how to set up your development platform, see our System Requirements documentation on our website.

Getting Started

See the Getting Started Guide on our React Native for Windows + macOS website to build your first React Native for Windows app.

Logging Issues

Search the existing issues and try to make sure your problem doesnt already exist before opening a new issue. If your issue doesn't exist yet, try to make sure you provide as much information as possible to us so we can help you sooner. Its helpful if you include information like:

  • The version of Windows, React Native, React Native Windows extension, and device family (i.e., mobile, desktop, Xbox, etc.) where you ran into the issue.
  • A stack trace and reduced repro case when possible.
  • Ensure the appropriate template is used when filing your issue(s).

Contributing

See Contributing guidelines for how to setup your fork of the repo and start a PR to contribute to React Native for Windows.

good first issue and help wanted are great starting points for PRs.

Documentation

React Native already has great documentation and we're working to ensure the React Native Windows is part of that documentation story.

React Native for Windows has it's own separate documentation site where Windows and macOS specific information, like API docs and blog updates live.

Examples

  • Using the CLI in the Getting Started guide will set you up with a sample React Native for Windows app that you can begin editing right away.
  • If you're looking for sample code, just browse the RNTester folder in the GitHub web UI

License

The React Native Windows extension, including modifications to the original Facebook source code, and all newly contributed code is provided under the MIT License. Portions of the React Native Windows extension derived from React Native are copyright Facebook.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.