mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
[iOS] Deprecate RCTGetMultiplierForContentSizeCategory (#39785)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user