From 3fc7ebb311e86cf2e3e78efacb1860deadd54216 Mon Sep 17 00:00:00 2001 From: Christoph Purrer Date: Tue, 2 Jul 2024 11:26:11 -0700 Subject: [PATCH] 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 --- .../nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.h | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.h b/packages/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.h index f092e3377ad..f54e1751fb9 100644 --- a/packages/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.h +++ b/packages/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.h @@ -14,7 +14,6 @@ #import #import #import -#import #import #import #import