Skip to content

Commit

Permalink
[iOS] Deprecate RCTGetMultiplierForContentSizeCategory (#39785)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi authored Oct 6, 2023
1 parent ee6ff7a commit 3ba5e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/React/UIUtils/RCTUIUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern __attribute__((visibility("default"))) RCTDimensions RCTGetDimensions(CGF

// Get font size multiplier for font base size (Large) by content size category
extern __attribute__((visibility("default"))) CGFloat RCTGetMultiplierForContentSizeCategory(
UIContentSizeCategory category);
UIContentSizeCategory category) __deprecated;

#ifdef __cplusplus
}
Expand Down

0 comments on commit 3ba5e4f

Please sign in to comment.