Andrew Coates
Andrew Coates
We have two implementations of the TimingModule in the repo. One that we use in Office and one used in XAML apps. With this change we will move to the...
## Description Port #8676 to 0.68 ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/microsoft/react-native-windows/pull/10069)
If the package isn't already a prerelease package, cli should query what the prerelease tag should be. Otherwise, it should just reuse the existing prerelease tag.
If you run `beachball publish` from a location other than the root of the git repo, beachball fails to find the change files and reports `Invalid change file change/foo`. The...
**Summary** The sourceMapUrl in bundles built for windows/macOS is of the format ``` //# sourceMappingURL=//localhost:8081/index.map?platform=windows&dev=true&hot=false&inlineSourceMap=false ``` This causes the chrome debugger to be unable to correctly load the source map....
**Summary** The error message that metro displays when it fails to resolve a module doesn't make sense on windows. The first option involves running watchman, which doesn't run on windows....
### Introduction Various upcoming react-native features are going to start requiring that developers debug JS directly against the JS engine running on the device instead of remote JS debugging (or...
With #1231 the doctor command now uses the config when run in a non-detached manor. But since doctor is a detached command it doesn't get the config from the CLIs...
This adds the files necessary for a fabric implementation using composition. These changes are limited to the fabric code path which is disabled by default. I don't expect a complete...
With this change apps will be able to more easily use the windows codegen for nativemodules/turbomodules. This change adds a codegen-windows command, which will be exposed through the react-native cli....