Andrew Coates

Results 26 issues of Andrew Coates

As written you cannot actually disable any of these. The code ensures that the check macro is defined, then the code defining the macros to be used only check if...

CLA Signed

## Description Remove forked TurboModuleBinding.cpp Modified the loop in PaperUIManager that was iterating over properties on NativeUIManager to get the property names from Object.getPrototypeOf(NativeUIManager) which will correctly get the properties...

Area: Native Modules

External users cannot access the types in CompositionSwitcher.interop.h, which prevents custom drawing among other things.

enhancement
Area: Fabric
Area: Build Infrastructure

## Description ~~As of 0.74 Web Debugging (sometimes known as Remote Debugging) has been removed from core. This removes it from RNW.~~ I read https://github.com/facebook/react-native/pull/41078 and https://github.com/facebook/react-native/pull/41075 as remote debugging...

When running the [rnw-dependencies.ps1](https://aka.ms/rnw-vs2022-deps.ps1) script on a newly installed machine I get an error saying: ``` WARNING: There was a problem trying to install Visual Studio 2022 (>= 17.3) &...

bug
Developer First Experience
Area: Dependencies

### Introduction I’ve been looking at what would be required to enable “federated” community modules, similar to how flutter plugins work: https://docs.flutter.dev/development/packages-and-plugins/developing-packages#federated-plugins. The basic idea is that while there could...

The command ends up either in @react-native-community/cli-plugin-metro buildBundleWithConfig or in @rnx-kit/metro-service calling new Server(config). When doing a single bundle command it should use new Server(config, {watch:false}) to prevent the extra...

bug
feature: metro

Currently fabric apps do not handle DPI scale changes well. This change ensures that we listen to scale changes from the ContentIsland and that text is re-rendered at the correct...

Our implementation of TextLayoutManager::measureLines returns zeros for descender, capHeight, ascender and xHeight. We should calculate the correct value for these.

enhancement
Area: Text
Area: Fabric
New Architecture
Parity: React Native

Once we integrate past this PR https://github.com/facebook/react-native/pull/44665 we should be able to unfork the files added in #13315:

enhancement
Deforking
Integration Follow-up