Skip to content

Commit

Permalink
Modularlize RCTBridgeModule.h 2/n - Fix rn-tester CI breakage on RCTB…
Browse files Browse the repository at this point in the history
…undleManager.h (facebook#34515)

Summary:
Pull Request resolved: facebook#34515

Changelog: [Internal]

Reviewed By: mdvacca, GijsWeterings

Differential Revision: D39079572

fbshipit-source-id: 374114a02d8bd07b0ac514db46ee0270c505e82d
  • Loading branch information
p-sun authored and facebook-github-bot committed Aug 27, 2022
1 parent c8aafb3 commit 984ee76
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ REACT_PUBLIC_HEADERS = {
"React/RCTBridgeMethod.h": RCTBASE_PATH + "RCTBridgeMethod.h",
"React/RCTBridgeModule.h": RCTBASE_PATH + "RCTBridgeModule.h",
"React/RCTBridgeModuleDecorator.h": RCTBASE_PATH + "RCTBridgeModuleDecorator.h",
"React/RCTBundleManager.h": RCTBASE_PATH + "Modules/RCTBundleManager.h",
"React/RCTBundleManager.h": RCTBASE_PATH + "RCTBundleManager.h",
"React/RCTBundleURLProvider.h": RCTBASE_PATH + "RCTBundleURLProvider.h",
"React/RCTComponent.h": RCTVIEWS_PATH + "RCTComponent.h",
"React/RCTComponentData.h": RCTVIEWS_PATH + "RCTComponentData.h",
Expand Down
4 changes: 2 additions & 2 deletions React/Base/RCTBridgeModule.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
#import <React/RCTDefines.h>
#import <React/RCTJSThread.h>

#import "RCTBundleManager.h"

@class RCTBridge;
@protocol RCTBridgeMethod;
@class RCTModuleRegistry;
@class RCTViewRegistry;
@class RCTCallableJSModules;

#import "Modules/RCTBundleManager.h"

/**
* The type of a block that is capable of sending a response to a bridged
* operation. Use this for returning callback methods to JS.
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 984ee76

Please sign in to comment.