Skip to content

Commit d22c402

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 958b28e commit d22c402

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

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

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

1616
#if USE_HERMES
17-
#if __has_include(<jsireact/HermesExecutorFactory.h>)
18-
#import <jsireact/HermesExecutorFactory.h>
19-
#elif __has_include(<reacthermes/HermesExecutorFactory.h>)
2017
#import <reacthermes/HermesExecutorFactory.h>
21-
#endif
2218
#elif USE_THIRD_PARTY_JSC != 1
2319
#import <React/JSCExecutorFactory.h>
2420
#endif // USE_HERMES

packages/react-native/React/CxxBridge/RCTCxxBridge.mm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,7 @@
4646
#import <reactperflogger/BridgeNativeModulePerfLogger.h>
4747

4848
#if USE_HERMES
49-
#if __has_include(<jsireact/HermesExecutorFactory.h>)
50-
#import <jsireact/HermesExecutorFactory.h>
51-
#elif __has_include(<reacthermes/HermesExecutorFactory.h>)
5249
#import <reacthermes/HermesExecutorFactory.h>
53-
#endif
5450
#elif USE_THIRD_PARTY_JSC != 1
5551
#import "JSCExecutorFactory.h"
5652
#endif

0 commit comments

Comments
 (0)