Skip to content

Commit

Permalink
iOS Remove unused RCTUIManager from RCTRootView (#43978)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #43978

Changelog: [Internal]

Seems to be un-used:

https://www.internalfb.com/code/search?q=filepath%3Areact-native-github%20repo%3Afbsource%20allocateRootTag

Reviewed By: javache

Differential Revision: D55874782

fbshipit-source-id: 8bea740e01942ac6684a19bd55025ea68067c4dc
  • Loading branch information
christophpurrer authored and facebook-github-bot committed Apr 9, 2024
1 parent 3e73dfb commit a98c54f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/react-native/React/Base/RCTRootView.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@

NSString *const RCTContentDidAppearNotification = @"RCTContentDidAppearNotification";

@interface RCTUIManager (RCTRootView)

- (NSNumber *)allocateRootTag;

@end

@implementation RCTRootView {
RCTBridge *_bridge;
NSString *_moduleName;
Expand Down

0 comments on commit a98c54f

Please sign in to comment.