Skip to content

Commit 3ba5e4f

Browse files
authored
[iOS] Deprecate RCTGetMultiplierForContentSizeCategory (#39785)
1 parent ee6ff7a commit 3ba5e4f

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)