Skip to content

Commit 984ee76

Browse files
p-sunfacebook-github-bot
authored andcommitted
Modularlize RCTBridgeModule.h 2/n - Fix rn-tester CI breakage on RCTBundleManager.h (#34515)
Summary: Pull Request resolved: #34515 Changelog: [Internal] Reviewed By: mdvacca, GijsWeterings Differential Revision: D39079572 fbshipit-source-id: 374114a02d8bd07b0ac514db46ee0270c505e82d
1 parent c8aafb3 commit 984ee76

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ REACT_PUBLIC_HEADERS = {
255255
"React/RCTBridgeMethod.h": RCTBASE_PATH + "RCTBridgeMethod.h",
256256
"React/RCTBridgeModule.h": RCTBASE_PATH + "RCTBridgeModule.h",
257257
"React/RCTBridgeModuleDecorator.h": RCTBASE_PATH + "RCTBridgeModuleDecorator.h",
258-
"React/RCTBundleManager.h": RCTBASE_PATH + "Modules/RCTBundleManager.h",
258+
"React/RCTBundleManager.h": RCTBASE_PATH + "RCTBundleManager.h",
259259
"React/RCTBundleURLProvider.h": RCTBASE_PATH + "RCTBundleURLProvider.h",
260260
"React/RCTComponent.h": RCTVIEWS_PATH + "RCTComponent.h",
261261
"React/RCTComponentData.h": RCTVIEWS_PATH + "RCTComponentData.h",

React/Base/RCTBridgeModule.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
#import <React/RCTDefines.h>
1212
#import <React/RCTJSThread.h>
1313

14+
#import "RCTBundleManager.h"
15+
1416
@class RCTBridge;
1517
@protocol RCTBridgeMethod;
1618
@class RCTModuleRegistry;
1719
@class RCTViewRegistry;
1820
@class RCTCallableJSModules;
1921

20-
#import "Modules/RCTBundleManager.h"
21-
2222
/**
2323
* The type of a block that is capable of sending a response to a bridged
2424
* operation. Use this for returning callback methods to JS.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)