Skip to content

Commit dbbe96b

Browse files
cipolleschifacebook-github-bot
authored andcommitted
Change imports from jsireact to reacthermes (#52011)
Summary: Pull Request resolved: #52011 This change aligns the import path of `jsireact/HermesExecutorFactory` to the OSS one: `reacthermes/HermesExecutorFactory` ## Changelog: [Internal] - Reviewed By: javache Differential Revision: D76600638
1 parent ffe928c commit dbbe96b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/react-native/Libraries/AppDelegate/RCTAppSetupUtils.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@
1414
#import <memory>
1515

1616
#if USE_THIRD_PARTY_JSC != 1
17-
#if __has_include(<jsireact/HermesExecutorFactory.h>)
18-
#import <jsireact/HermesExecutorFactory.h>
19-
#elif __has_include(<reacthermes/HermesExecutorFactory.h>)
2017
#import <reacthermes/HermesExecutorFactory.h>
2118
#endif
22-
#endif
2319

2420
#import <ReactCommon/RCTTurboModuleManager.h>
2521
#import <jsireact/JSIExecutor.h>

0 commit comments

Comments
 (0)