From 747a96b7b39fa53db353ef739560e27c6679d7fc Mon Sep 17 00:00:00 2001 From: Jakub Piasecki Date: Wed, 17 Apr 2024 08:57:41 -0700 Subject: [PATCH] Add implementation of `adjustsFontSizeToFit` on the new architecture on Android (#44075) Summary: `adjustsFontSizeToFit` prop is exposed on both platforms but is missing implementation on the new arch on Android. This Pr adds it. Fixes https://github.com/facebook/react-native/issues/43104 ## Changelog: [ANDROID] [FIXED] - Fixed `adjustsFontSizeToFit` not working on Android when using the new architecture Pull Request resolved: https://github.com/facebook/react-native/pull/44075 Test Plan: Tested on the RN Tester app using the `AdjustingFontSize` test: | Old architecture | New architecture | |------------------|------------------| |