Skip to content

Commit 91e925a

Browse files
author
Riccardo Cipolleschi
committed
Rename JSCExecutorFactory into HermesExecutorFactory
1 parent d1d8746 commit 91e925a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/new-architecture-app-modules-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Next, you will create a `RCTTurboModuleManager` in your bridge delegate’s `jsE
128128
// Add this line...
129129
__weak __typeof(self) weakSelf = self;
130130

131-
return std::make_unique<facebook::react::JSCExecutorFactory>(
131+
return std::make_unique<facebook::react::HermesExecutorFactory>(
132132
facebook::react::RCTJSIExecutorRuntimeInstaller([weakSelf, bridge](facebook::jsi::Runtime &runtime) {
133133
if (!bridge) {
134134
return;

0 commit comments

Comments
 (0)