We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb7a70 commit 9dfb0ffCopy full SHA for 9dfb0ff
packages/react-native/Libraries/AppDelegate/RCTAppDelegate.mm
@@ -23,7 +23,7 @@
23
#import <React/RCTSurfaceHostingProxyRootView.h>
24
#import <React/RCTSurfacePresenter.h>
25
#import <ReactCommon/RCTContextContainerHandling.h>
26
-#if RCT_USE_HERMES
+#if USE_HERMES
27
#import <ReactCommon/RCTHermesInstance.h>
28
#else
29
#import <ReactCommon/RCTJscInstance.h>
@@ -291,7 +291,7 @@ - (void)createReactHost
291
292
- (std::shared_ptr<facebook::react::JSEngineInstance>)createJSEngineInstance
293
{
294
295
return std::make_shared<facebook::react::RCTHermesInstance>(_reactNativeConfig, nullptr);
296
297
return std::make_shared<facebook::react::RCTJscInstance>();
0 commit comments