Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iOS Remove unused RCTUIManager from RCTRootView (facebook#43978)
Browse files Browse the repository at this point in the history
Summary:

Changelog: [Internal]

Seems to be un-used:

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

Differential Revision: D55874782
christophpurrer authored and facebook-github-bot committed Apr 8, 2024
1 parent 5b77df0 commit 08948de
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
@@ -30,12 +30,6 @@

NSString *const RCTContentDidAppearNotification = @"RCTContentDidAppearNotification";

@interface RCTUIManager (RCTRootView)

- (NSNumber *)allocateRootTag;

@end

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

0 comments on commit 08948de

Please sign in to comment.