react-native-windows
react-native-windows copied to clipboard
A framework for building native Windows apps with React.
### Problem Description Right now, autolinking always uses the template files from the old templates to generate the right includes. This precludes us from differentiating what those files look like...
I think yoga isn't currently invalidating when the fontSizeMultiplier changes. Need to investigate further. -- This means we do not correctly handle runtime changes to font size scale.
These classes do not exist in 0.74 - so have to wait until I'm not backporting fabric fixes to 0.74.
There are a variety of new issues tracking the remaining work to implement host component properties that we had in RNW paper and want to keep having in fabric. However...
### Problem Description The code in `@react-native-windows/automaion` that sets up the client's connection typically disconnects after a test suite has run, which make sense. However, currently, `Server::PumpRequests()` in `@react-native-windows/automation-channel` will...
### Problem Description Recent integration failed RNTesterIntegrationTests, currently commented these tests out: ``` (FullyQualifiedName!=RNTesterIntegrationTests::Dummy)& (FullyQualifiedName!=RNTesterIntegrationTests::Fetch)& (FullyQualifiedName!=RNTesterIntegrationTests::XHRSample)& (FullyQualifiedName!=RNTesterIntegrationTests::Blob)& (FullyQualifiedName!=RNTesterIntegrationTests::Logging) ``` ### Link to the integration where the error originated https://github.com/microsoft/react-native-windows/pull/13685
Filing issue to track the work of adding autolinking support for community modules on Fabric.
Issue to track the work to migrate community modules with Window support to Fabric. - [x] Decide on set of communities modules that we will be making the investment to...
### Problem Description I am unable to build this solution locally, and as far as I can see, this solution has **never** been built as a part of CI. I...
Build a test suite of functional JS tests for the new architecture. ```[tasklist] ### Tasks - [ ] #12459 - [ ] #12460 - [ ] #12473 - [ ]...