Package Exports
- react-native-windows
- react-native-windows/package.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-windows) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ReactNative for Windows 10 (C++)
See the official React Native website for an introduction to React Native. The master branch of this repository adds support for React Native for Windows10 implemented from scratch in C#. It reimplemented the JS<->Native bridge in C#, and shared the JS with Facebook's implementation of React Native. The current direction of React Native involves a closer interaction between C++ and JS which is hard to achieve with a separate C# implementation.
In this branch, we are working on a rewrite of React Native for Windows10 built in C++ that reuses the C++ core bridge implementation from Facebook’s React Native. This will allow React Native for Windows10 to innovate and provide features by sharing the same core as Facebook’s React Native. See Status for more details.
Status and roadmap
The development of the React Native Windows C++ implementation is ongoing. You can take a look at Milestones and Projects for a view on the work streams and tasks.
Getting Started
See Getting Started Guide for React Native Windows C++.
Opening issues
If you encounter a bug with the React Native Windows C++ implementation or have a feature request, we would like to hear about it. Search the existing issues and try to make sure your problem doesn’t already exist before opening a new issue. It’s helpful if you include the version of Windows, React Native, React Native Windows plugin, and device family (i.e., desktop, Xbox, etc.) you’re using. Please include a stack trace and reduced repro case when appropriate, too.
Contributing
See Contributing guidelines for how to setup your fork of the repo and start a PR to contribute to React Native Windows C++.