File tree 4 files changed +3
-3
lines changed 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ REACT_PUBLIC_HEADERS = {
255
255
"React/RCTBridgeMethod.h" : RCTBASE_PATH + "RCTBridgeMethod.h" ,
256
256
"React/RCTBridgeModule.h" : RCTBASE_PATH + "RCTBridgeModule.h" ,
257
257
"React/RCTBridgeModuleDecorator.h" : RCTBASE_PATH + "RCTBridgeModuleDecorator.h" ,
258
- "React/RCTBundleManager.h" : RCTBASE_PATH + "Modules/ RCTBundleManager.h" ,
258
+ "React/RCTBundleManager.h" : RCTBASE_PATH + "RCTBundleManager.h" ,
259
259
"React/RCTBundleURLProvider.h" : RCTBASE_PATH + "RCTBundleURLProvider.h" ,
260
260
"React/RCTComponent.h" : RCTVIEWS_PATH + "RCTComponent.h" ,
261
261
"React/RCTComponentData.h" : RCTVIEWS_PATH + "RCTComponentData.h" ,
Original file line number Diff line number Diff line change 11
11
#import < React/RCTDefines.h>
12
12
#import < React/RCTJSThread.h>
13
13
14
+ #import " RCTBundleManager.h"
15
+
14
16
@class RCTBridge;
15
17
@protocol RCTBridgeMethod;
16
18
@class RCTModuleRegistry;
17
19
@class RCTViewRegistry;
18
20
@class RCTCallableJSModules;
19
21
20
- #import " Modules/RCTBundleManager.h"
21
-
22
22
/* *
23
23
* The type of a block that is capable of sending a response to a bridged
24
24
* operation. Use this for returning callback methods to JS.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments