Skip to content

Commit f174f02

Browse files
Saadnajmifacebook-github-bot
authored andcommitted
Deprecate RCTGetMultiplierForContentSizeCategory (#39643)
Summary: Per #39617 (comment) , let's deprecate this method first. bypass-github-export-checks ## Changelog: [IOS] [DEPRECATED] - Deprecate RCTGetMultiplierForContentSizeCategory Pull Request resolved: #39643 Test Plan: CI should pass Reviewed By: dmytrorykun Differential Revision: D49637172 Pulled By: cipolleschi fbshipit-source-id: 20dc70c737ef51efd5a5aa38832fb47b5d49e641
1 parent c7c7831 commit f174f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/React/UIUtils/RCTUIUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extern __attribute__((visibility("default"))) RCTDimensions RCTGetDimensions(CGF
2525

2626
// Get font size multiplier for font base size (Large) by content size category
2727
extern __attribute__((visibility("default"))) CGFloat RCTGetMultiplierForContentSizeCategory(
28-
UIContentSizeCategory category);
28+
UIContentSizeCategory category) __deprecated;
2929

3030
#ifdef __cplusplus
3131
}

0 commit comments

Comments
 (0)