Skip to content

Commit

Permalink
Remove duplicated category NSTextStorage+FontScaling (#41437)
Browse files Browse the repository at this point in the history
Summary:
We have two same categories of `NSTextStorage+FontScaling`, another one is  https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Text/Text/NSTextStorage%2BFontScaling.h. Only one category is valid, so we can delete one.

## Changelog:

[IOS] [FIXED] - Remove duplicated category NSTextStorage+FontScaling

Pull Request resolved: #41437

Test Plan: Null.

Reviewed By: rshest

Differential Revision: D51253572

Pulled By: javache

fbshipit-source-id: 4229351bf29699076d740defec64b61ea2151063
  • Loading branch information
zhongwuzw authored and facebook-github-bot committed Nov 13, 2023
1 parent 4c0d20d commit 6eef366
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 138 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

#import "RCTTextLayoutManager.h"

#import "NSTextStorage+FontScaling.h"
#import "RCTAttributedTextUtils.h"

#import <React/NSTextStorage+FontScaling.h>
#import <React/RCTUtils.h>
#import <react/utils/ManagedObjectWrapper.h>
#import <react/utils/SimpleThreadSafeCache.h>
Expand Down

0 comments on commit 6eef366

Please sign in to comment.