mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove redundant LongLivedObject import in RCTTurboModule.mm (#41368)
Summary: Similarly to https://github.com/facebook/react-native/issues/36391 , we found that this import was periodically causing issues for our builds. We applied this patch and found that it is solving the issue, thus raising the PR here. It may potentially be related to https://github.com/facebook/react-native/issues/35664 and https://github.com/facebook/react-native/issues/41281 ## Changelog: [IOS] [FIXED] - Unbreak Cocoapods build Pull Request resolved: https://github.com/facebook/react-native/pull/41368 Test Plan: Automated test builds should be able to spot out potential issues. Reviewed By: javache Differential Revision: D51117316 Pulled By: cipolleschi fbshipit-source-id: 5c8ee35ab38539ae1f5556202bb274566adf09b3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1bcd28636f
commit
05d92bf2a5
-1
@@ -14,7 +14,6 @@
|
||||
#import <React/RCTModuleMethod.h>
|
||||
#import <React/RCTUtils.h>
|
||||
#import <ReactCommon/CallInvoker.h>
|
||||
#import <ReactCommon/LongLivedObject.h>
|
||||
#import <ReactCommon/TurboModule.h>
|
||||
#import <ReactCommon/TurboModulePerfLogger.h>
|
||||
#import <cxxreact/SystraceSection.h>
|
||||
|
||||
Reference in New Issue
Block a user