react-native-windows
react-native-windows copied to clipboard
[Fabric] Handle scale factor changes
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