mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Don't include C++ bridging header in RCTTurboModule.h (#45251)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45251 https://github.com/facebook/react-native/pull/44914 is causing some iOS build breaks ## Changelog: [iOS] [Changed] - Don't include C++ bridging header in RCTTurboModule.h Reviewed By: cortinico Differential Revision: D59280331 fbshipit-source-id: 489bc94ee0e5073129205370245c0093c0754f58
This commit is contained in:
committed by
Facebook GitHub Bot
parent
27ba369f23
commit
3fc7ebb311
-1
@@ -14,7 +14,6 @@
|
||||
#import <React/RCTModuleMethod.h>
|
||||
#import <ReactCommon/CallInvoker.h>
|
||||
#import <ReactCommon/TurboModule.h>
|
||||
#import <react/bridging/bridging.h>
|
||||
#import <functional>
|
||||
#import <memory>
|
||||
#import <string>
|
||||
|
||||
Reference in New Issue
Block a user