From 551e2901e5b2d056c629e17890fc664881b6857f Mon Sep 17 00:00:00 2001 From: Preeternal Date: Thu, 10 Sep 2026 22:02:15 +0300 Subject: [PATCH] fix: rn-0.87-ios-layout-metrics --- ios/RNMBX/RNMBXMarkerViewComponentView.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/RNMBX/RNMBXMarkerViewComponentView.mm b/ios/RNMBX/RNMBXMarkerViewComponentView.mm index 871bbe4f65..be78a7b55d 100644 --- a/ios/RNMBX/RNMBXMarkerViewComponentView.mm +++ b/ios/RNMBX/RNMBXMarkerViewComponentView.mm @@ -108,6 +108,7 @@ - (void)updateLayoutMetrics:(const LayoutMetrics &)layoutMetrics layoutMetrics.layoutDirection, layoutMetrics.wasLeftAndRightSwapped, layoutMetrics.pointScaleFactor, + layoutMetrics.fontSizeMultiplier, // RN087 layoutMetrics.overflowInset };