react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

[Fabric] Handle scale factor changes

Open acoates-ms opened this issue 7 months ago • 0 comments

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 scale factor.

However, to get good scale change behavior we will also need a fix in yoga: https://github.com/facebook/yoga/pull/1674

Microsoft Reviewers: Open in CodeFlow

acoates-ms avatar Jul 01 '24 18:07 acoates-ms