We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6ff7a commit 3ba5e4fCopy full SHA for 3ba5e4f
packages/react-native/React/UIUtils/RCTUIUtils.h
@@ -25,7 +25,7 @@ extern __attribute__((visibility("default"))) RCTDimensions RCTGetDimensions(CGF
25
26
// Get font size multiplier for font base size (Large) by content size category
27
extern __attribute__((visibility("default"))) CGFloat RCTGetMultiplierForContentSizeCategory(
28
- UIContentSizeCategory category);
+ UIContentSizeCategory category) __deprecated;
29
30
#ifdef __cplusplus
31
}
0 commit comments