Skip to content

Commit

Permalink
Don't include C++ bridging header in RCTTurboModule.h (#45251)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #45251

#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
  • Loading branch information
christophpurrer authored and facebook-github-bot committed Jul 2, 2024
1 parent 27ba369 commit 3fc7ebb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3fc7ebb

Please sign in to comment.