File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 14
14
#import < memory>
15
15
16
16
#if USE_HERMES
17
- #if __has_include(<jsireact/HermesExecutorFactory.h>)
18
- #import < jsireact/HermesExecutorFactory.h>
19
- #elif __has_include(<reacthermes/HermesExecutorFactory.h>)
20
17
#import < reacthermes/HermesExecutorFactory.h>
21
- #endif
22
18
#elif USE_THIRD_PARTY_JSC != 1
23
19
#import < React/JSCExecutorFactory.h>
24
20
#endif // USE_HERMES
Original file line number Diff line number Diff line change 46
46
#import < reactperflogger/BridgeNativeModulePerfLogger.h>
47
47
48
48
#if USE_HERMES
49
- #if __has_include(<jsireact/HermesExecutorFactory.h>)
50
- #import < jsireact/HermesExecutorFactory.h>
51
- #elif __has_include(<reacthermes/HermesExecutorFactory.h>)
52
49
#import < reacthermes/HermesExecutorFactory.h>
53
- #endif
54
50
#elif USE_THIRD_PARTY_JSC != 1
55
51
#import " JSCExecutorFactory.h"
56
52
#endif
You can’t perform that action at this time.
0 commit comments