Skip to content

Remove 6 empty Objective-C stub headers (#56949)#56949

Open
christophpurrer wants to merge 2 commits into
facebook:mainfrom
christophpurrer:export-D106162524
Open

Remove 6 empty Objective-C stub headers (#56949)#56949
christophpurrer wants to merge 2 commits into
facebook:mainfrom
christophpurrer:export-D106162524

Conversation

@christophpurrer
Copy link
Copy Markdown
Contributor

@christophpurrer christophpurrer commented May 23, 2026

Summary:

No behavior change — these headers contributed no symbols and the test exercised a deleted class.

Changelog:
[iOS][Removed] - Removed six empty Objective-C stub headers (RCTJSIExecutorRuntimeInstaller.h, RCTRootContentView.h, RCTRootViewInternal.h, RCTNativeModule.h, RCTModalManager.h, RCTTextAttributes.h) and the dead RCTTextAttributesTest.

Differential Revision: D106162524

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 23, 2026
@meta-codesync
Copy link
Copy Markdown

meta-codesync Bot commented May 23, 2026

@christophpurrer has exported this pull request. If you are a Meta employee, you can view the originating Diff in D106162524.

christophpurrer and others added 2 commits May 22, 2026 21:48
Summary:
This removes old bridge-based architecture code that was conditionally compiled
via the RCT_REMOVE_LEGACY_ARCH preprocessor flag.

The #ifndef RCT_REMOVE_LEGACY_ARCH guards and the legacy code within them have
been removed. Where #else branches existed (new architecture code paths), only
the new architecture code is kept.

Files deleted entirely (100% legacy content):
- RCTImageViewManager.mm/h
- RCTImageShadowView.mm/h
- RCTImageView.mm/h
- RCTInputAccessoryViewManager.mm
- RCTSinglelineTextInputView.mm/h
- RCTSinglelineTextInputViewManager.mm/h
- RCTBaseTextShadowView.h

Files modified (legacy blocks removed):
- RCTReactNativeFactory.mm - removed 5 legacy blocks
- RCTAppSetupUtils.mm - removed 2 legacy blocks (functions now return nullptr)

Differential Revision: D104495793
Summary:
Pull Request resolved: facebook#56949

No behavior change — these headers contributed no symbols and the test exercised a deleted class.

Changelog:
[iOS][Removed] - Removed six empty Objective-C stub headers (`RCTJSIExecutorRuntimeInstaller.h`, `RCTRootContentView.h`, `RCTRootViewInternal.h`, `RCTNativeModule.h`, `RCTModalManager.h`, `RCTTextAttributes.h`) and the dead `RCTTextAttributesTest`.

Differential Revision: D106162524
@meta-codesync meta-codesync Bot changed the title Remove 6 empty Objective-C stub headers Remove 6 empty Objective-C stub headers (#56949) May 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported meta-exported p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant